angular/modules/angular1_router/test
Peter Bacon Darwin 1174473e9c fix(angular1_router): rename router component binding to $router
The current router is passed to the current component via a binding.
To indicate that this is an angular provided object, this commit
renames the binding to `$router`.

BREAKING CHANGE:

The recently added binding of the current router to the current component
has been renamed from `router` to `$router`.

So now the recommended set up for your bindings in your routed component
is:

```js
{
  ...
  bindings: {
    $router: '<'
  }
}
```
2016-03-02 16:08:19 -08:00
..
integration fix(angular1_router): rename router component binding to $router 2016-03-02 16:08:19 -08:00
directive_introspector_spec.js refactor(angular_1_router): use directives for route targets 2015-09-21 12:13:07 -07:00
ng_link_spec.js fix(angular1_router): rename $route service to $rootRouter 2016-02-24 21:15:34 +00:00
util.es5.js fix(angular1_router): rename $route service to $rootRouter 2016-02-24 21:15:34 +00:00