angular-cn/modules
Rado Kirov e9f70293ac feat(query): adds initial implementation of the query api.
Queries allow a directive to inject a live list of directives of a given
type from its LightDom. The injected list is Iterable (in JS and Dart).
It will be Observable when Observables are support in JS, for now it
maintains a simple list of onChange callbacks API.

To support queries, element injectors now maintain a list of
child injectors in the correct DOM order (dynamically updated by
viewports).

For performance reasons we allow only 3 active queries in an injector
subtree. The feature adds no overhead to the application when not
used. Queries walk the injector tree only during dynamic view
addition/removal as triggered by viewport directives.

Syncs changes between viewContainer on the render and logic sides.

Closes #792
2015-04-09 19:07:19 -07:00
..
angular2 feat(query): adds initial implementation of the query api. 2015-04-09 19:07:19 -07:00
benchmarks refactor(change_detection): removed directive and binding mementos 2015-04-09 18:56:19 -07:00
benchmarks_external chore(build): Migrate remaining tasks under build.js.dev to broccoli. 2015-04-09 14:09:38 -07:00
benchpress fix(build): publish docs as well and correct bench press docs 2015-03-27 16:47:52 -07:00
examples refactor(render): use render layer fully 2015-04-08 20:51:31 -07:00
rtts_assert Don't use the for..of syntax in AtScript. 2015-02-27 15:26:53 -08:00