angular-cn/modules
Peter Bacon Darwin 2548ce86db 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
..
angular1_router fix(angular1_router): rename `router` component binding to `$router` 2016-03-02 16:08:19 -08:00
angular2 fix(WebWorker): Make MessageBus EventEmitter synchronous 2016-03-01 23:23:17 +00:00
angular2_material feat(transformers): collect data needed for the template compiler 2016-02-26 17:56:40 +00: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 feat(core): drop `ChangeDetectionStrategy.OnPushObserve` 2016-03-01 13:28:10 -08:00