angular/modules/angular2/test
Tobias Bosch 6fe8b85295 fix(render): keep bindings of components in content and view in the right order
Bindings in the component view have to be first, before 
bindings of components in the light dom (i.e. have the same
order as used in the `ViewManagerUtils.createView()` method.

Fixes #4522
Closes #4523
2015-10-05 10:10:47 -07:00
..
animate feat(animate): cross-browser compatibility 2015-09-24 10:24:40 +02:00
benchmark/transform refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
core fix(render): keep bindings of components in content and view in the right order 2015-10-05 10:10:47 -07:00
http chore(http): Use Observables in Http 2015-10-02 17:20:25 -07:00
mock refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
pipes cleanup(pipes): clean up imports 2015-09-15 11:47:09 -07:00
router chore(typings): remove StringMap 2015-10-03 01:09:42 +00:00
symbol_inspector chore(ts): fix TODOs that were pending on 1.6 upgrade 2015-09-29 03:23:25 +00:00
test_lib fix(typings): repair broken type-checking for StringMap 2015-10-03 01:09:42 +00:00
tools refactor(core): move core/compiler to core/linker, adjust imports 2015-10-02 08:42:12 -07:00
web_workers chore(typings): remove StringMap 2015-10-03 01:09:42 +00:00
platform.dart refactor: Remove isDart from public API 2015-08-13 21:18:31 +00:00
platform.ts refactor: Remove isDart from public API 2015-08-13 21:18:31 +00:00
public_api_spec.ts feat(core): support properties and events in addition to inputs and outputs to make transition easier 2015-10-02 23:23:15 +00:00