angular-cn/modules
Victor Berchet d388c0ae62 feat(HtmlParser): enforce only void & foreign elts can be self closed
BREAKING CHANGE:

`<whatever />` used to be expanded to `<whatever></whatever>`.
The parser now follows the HTML5 spec more closely.
Only void and foreign elements can be self closed.

Closes #5591
2015-12-04 20:05:27 +00:00
..
angular1_router refactor(angular_1_router): Added value for router root component 2015-12-03 22:05:51 +00:00
angular2 feat(HtmlParser): enforce only void & foreign elts can be self closed 2015-12-04 20:05:27 +00:00
angular2_material refactor(facade): use rxjs package 2015-12-02 16:02:34 -08:00
benchmarks cleanup: move DomAdapter from angular2/core into angular2/platform/common_dom 2015-11-20 00:14:24 +00:00
benchmarks_external fix(benchmarks): update react and polymer benchmarks and get tree update numbers for all of the benchmarks as well. 2015-10-28 13:17:01 -07:00
benchpress refactor(ListWrapper): drop filter, find, reduce & any 2015-11-09 19:24:14 +00:00
playground feat(router): implement router link DSL 2015-12-04 00:47:20 +00:00