angular-cn/modules/angular2/test/debug
Tobias Bosch c8bdacb195 refactor(render): cleanup access to native dom elements
BREAKING CHANGES:
- rename `ElementRef.domElement` to `ElementRef.nativeElement`
- add `Renderer.getNativeElementSync` to make the app side
  less dependent on the dom renderer.
- don’t use `ElementRef.nativeElement` in directives but
  use the methods on `Renderer` directly.
- Removed `ElementRef.setAttribute`. Use `Renderer.setElementAttribute` instead.

Closes #2712
Last part of #2476
Closes #2476
2015-06-23 17:27:59 -07:00
..
debug_element_spec.ts refactor(render): cleanup access to native dom elements 2015-06-23 17:27:59 -07:00
debug_element_view_listener_spec.ts refactor(render): cleanup access to native dom elements 2015-06-23 17:27:59 -07:00