angular-cn/modules/angular1_router/test/integration
Peter Bacon Darwin edad8e3f56 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-02-24 21:15:34 +00:00
..
animation_spec.js fix(angular1_router): support templateUrl components 2016-02-24 21:15:34 +00:00
lifecycle_hook_spec.js refactor(lifecycle): prefix lifecycle methods with "ng" 2015-11-30 16:40:50 -08:00
navigation_spec.js fix(angular1_router): support templateUrl components 2016-02-24 21:15:34 +00:00
router_spec.js fix(angular1_router): rename `router` component binding to `$router` 2016-02-24 21:15:34 +00:00
shim_spec.js refactor(router): improve recognition and generation pipeline 2015-11-30 17:06:03 +00:00