angular-docs-cn/modules
Victor Berchet e8a6c95e2a feat(VmTurnZone): Rework the implementation to minimize change detection runs
Before this PR there were only 2 zones: root zone = outer zone > inner
zone.
This PR creates the outer zone as a fork of the root zone: root > outer
> inner.

By doing this it is possible to detected microtasks scheduling in the
outer zone and run the change detection less often (no more than one
time per VM turn).

The PR also introduce a Promise monkey patch for the JS implementation.
It makes Promises aware of microtasks and again allow running the change
detection only once per turn.
2015-05-12 21:03:24 +02:00
..
angular2 feat(VmTurnZone): Rework the implementation to minimize change detection runs 2015-05-12 21:03:24 +02:00
angular2_material feat(material): add early version of md-grid-list. 2015-05-08 13:29:24 -07:00
benchmarks feat(di): components can self-publish via publishAs 2015-05-08 16:13:00 -07:00
benchmarks_external chore: dartfmt Dart code in the repo 2015-05-11 09:50:33 -07:00
benchpress chore: dartfmt Dart code in the repo 2015-05-11 09:50:33 -07:00
examples refactor(forms): rename FormDirectives to formDirectives 2015-05-12 18:44:25 +02:00
rtts_assert chore(build): Remove .es6 files which shadow .ts files. 2015-05-01 09:51:03 -07:00