angular-cn/modules/angular2/test/render/dom
Jeff Cross 903ff9047f feat(core): add ability to reflect DOM properties as attributes
By binding the token `DOM_REFLECT_PROPERTIES_AS_ATTRIBUTES` provided by 
the dom_renderer module to `true` in the root injector (i.e. bootstrap()), 
all elements whose properties are set by angular will be reflected as 
attributes with the prefix "ng-reflect-".

Fixes #2910
2015-07-15 13:59:44 -07:00
..
compiler fix(compiler): detect and strip data- prefix from bindings 2015-07-02 17:32:12 +02:00
events feat: remove MapWrapper.contains(). 2015-06-18 14:55:12 -07:00
shadow_dom fix(css_shim): fixes multiple uses of polyfill-unscoped-rule. 2015-07-10 12:40:57 -07:00
view chore(transformer): add a test that generated change detectors dont call notifyOnBinding for template variables 2015-07-13 15:09:06 -07:00
convert_spec.ts feat: remove MapWrapper.create()/get()/set(). 2015-06-18 14:55:12 -07:00
dom_renderer_integration_spec.ts feat(core): add ability to reflect DOM properties as attributes 2015-07-15 13:59:44 -07:00
dom_testbed.ts chore: run clang-format on code base. 2015-07-12 18:50:52 +02:00
shadow_dom_emulation_integration_spec.ts refactor(Compiler): inline styles before compiling the template 2015-06-24 18:40:03 +02:00