angular-docs-cn/modules
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
..
angular1_router fix(angular1_router): rename `router` component binding to `$router` 2016-02-24 21:15:34 +00:00
angular2 feat(core): Add `QueryList#forEach` 2016-02-19 19:23:46 -05:00
angular2_material fix(typing): Remove re-export of the Promise built-in type. 2016-02-12 20:45:41 -08:00
benchmarks fix(web_workers): support @AngularEntrypoint in web workers 2016-01-13 17:55:01 +00:00
benchmarks_external fix(web_workers): support @AngularEntrypoint in web workers 2016-01-13 17:55:01 +00:00
benchpress fix(typing): Remove re-export of the Promise built-in type. 2016-02-12 20:45:41 -08:00
payload_tests/hello_world/ts chore: track size of a "Hello world" app built with SystemJS 2016-01-26 02:54:03 +00:00
playground test(material): disable problematic e2e test 2016-02-17 16:18:33 -08:00