angular-cn/modules/angular2/test/directives
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
..
class_spec.ts fix: add types for ts2dart's façade handling. 2015-06-12 15:41:08 -07:00
ng_for_spec.ts feat(compiler): detect dangling property bindings 2015-06-20 08:06:07 +02:00
ng_if_spec.ts fix: add types for ts2dart's façade handling. 2015-06-12 15:41:08 -07:00
ng_switch_spec.ts feat(compiler): detect dangling property bindings 2015-06-20 08:06:07 +02:00
non_bindable_spec.ts refactor(render): cleanup access to native dom elements 2015-06-23 17:27:59 -07:00