angular/modules/angular2/test/render/dom
vsavkin 3437d56904 feat(core): made directives shadow native element properties
BREAKING CHANGE
    Previously, if an element had a property, Angular would update that property even if there was a directive placed on the same element with the same property. Now, the directive would have to explicitly update the native elmement by either using hostProperties or the renderer.
2015-07-31 20:29:57 +00:00
..
compiler fix(render): allow to configure when templates are serialized to strings 2015-07-31 12:04:32 -07:00
events feat: remove MapWrapper.contains(). 2015-06-18 14:55:12 -07:00
schema feat(compiler): introduce schema for elements 2015-07-29 19:40:46 +02:00
view feat(core): made directives shadow native element properties 2015-07-31 20:29:57 +00:00
convert_spec.ts feat: remove MapWrapper.create()/get()/set(). 2015-06-18 14:55:12 -07:00
dom_renderer_integration_spec.ts refactor(shadow_dom): remove ShadowDomStrategy in favor of @View(encapsulation) 2015-07-28 22:33:11 -07:00
dom_testbed.ts refactor(shadow_dom): remove ShadowDomStrategy in favor of @View(encapsulation) 2015-07-28 22:33:11 -07:00
template_cloner_spec.ts fix(render): allow to configure when templates are serialized to strings 2015-07-31 12:04:32 -07:00