angular/modules
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
..
angular2 refactor(render): cleanup access to native dom elements 2015-06-23 17:27:59 -07:00
angular2_material feat(render): don’t use the reflector for setting properties 2015-06-22 18:35:16 -07:00
benchmarks fix(benchmarks): add waits for naive scrolling benchmark to ensure loading 2015-06-22 12:39:59 -07:00
benchmarks_external chore: update files to match clang-format 1.0.21. 2015-06-19 15:00:32 -07:00
benchpress docs(benchpress): document frame time metrics 2015-06-22 16:09:13 -07:00
examples refactor(render): cleanup access to native dom elements 2015-06-23 17:27:59 -07:00
rtts_assert chore: update files to match clang-format 1.0.21. 2015-06-19 15:00:32 -07:00