angular/modules/angular2/test/render/dom/view
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
..
proto_view_builder_spec.ts feat(core): made directives shadow native element properties 2015-07-31 20:29:57 +00:00
proto_view_merger_integration_spec.ts fix(render): allow to configure when templates are serialized to strings 2015-07-31 12:04:32 -07:00
shared_styles_host_spec.ts refactor(shadow_dom): remove ShadowDomStrategy in favor of @View(encapsulation) 2015-07-28 22:33:11 -07:00
view_spec.ts fix(render): allow to configure when templates are serialized to strings 2015-07-31 12:04:32 -07:00