angular-cn/modules/examples
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
..
e2e_test chore(example): adds zippy example 2015-06-22 17:00:42 +02:00
src refactor(render): cleanup access to native dom elements 2015-06-23 17:27:59 -07:00
test/benchpress chore: dartfmt Dart code in the repo 2015-05-11 09:50:33 -07:00
pubspec.yaml chore(dart2js): remove helpless warnings 2015-06-12 17:47:53 +02:00