angular/modules/angular2/test
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
..
change_detection refactor(change_detection): removed directive and binding mementos 2015-04-09 18:56:19 -07:00
core feat(query): adds initial implementation of the query api. 2015-04-09 19:07:19 -07:00
di fix(tests): fixed a broken test 2015-03-26 07:46:26 -07:00
directives refactor(render): use render layer fully 2015-04-08 20:51:31 -07:00
dom refactor: update Dart package dependencies 2015-03-25 15:54:12 -07:00
facade feat(facade): added support for observables 2015-03-24 13:45:39 -07:00
forms refactor(render): use render layer fully 2015-04-08 20:51:31 -07:00
mock reafactor(XHR): rename XHRMock to MockXHR for consistency 2015-04-06 10:30:16 +02:00
reflection chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
render/dom refactor(render): use render layer fully 2015-04-08 20:51:31 -07:00
services refactor(render): use render layer fully 2015-04-08 20:51:31 -07:00
test_lib chore: upgrade guinness to remove a workaround in testlib 2015-03-13 18:19:10 -07:00
transform refactor(dart/transform): Minor renames 2015-04-03 13:16:24 -07:00