angular/modules/angular2/src
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
..
animate cleanup: move DomAdapter from angular2/core into angular2/platform/common_dom 2015-11-20 00:14:24 +00:00
common refactor(validators) rename maxLength validator parameter 2015-12-04 18:49:02 +00:00
compiler feat(HtmlParser): enforce only void & foreign elts can be self closed 2015-12-04 20:05:27 +00:00
core fix(dart/reflection): Fix NoReflectionCapabilities interface 2015-12-03 22:11:26 +00:00
facade chore(async): clean up unused promise imports 2015-12-02 16:02:34 -08:00
http refactor(http): rename enums to be singular 2015-12-04 19:16:00 +00:00
mock feat(test): add angular2_testing dart library 2015-12-03 11:33:46 -08:00
platform refactor(WebWorker): Use the new generic bootstrap. 2015-12-03 19:51:43 +00:00
router feat(router): implement router link DSL 2015-12-04 00:47:20 +00:00
testing refactor(test_injector): Provide separate methods for creating test injector with and without runtime compiler. 2015-12-03 22:50:14 +00:00
transform/template_compiler chore(core): move compiler out of core 2015-11-05 14:44:52 -08:00
upgrade docs(api): remove extra the 2015-12-02 11:38:24 -08:00
web_workers refactor(WebWorker): Use the new generic bootstrap. 2015-12-03 19:51:43 +00:00