angular/modules/examples/src
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
..
benchpress fix(benchpress): benchpress fixes and a smoke test for Dart 2015-02-23 10:50:51 -08:00
gestures refactor(examples): ts’ify 2015-05-22 16:48:29 +02:00
hello_world refactor(render): cleanup access to native dom elements 2015-06-23 17:27:59 -07:00
http docs(Http): add docs for Http lib 2015-06-16 15:42:18 -07:00
key_events refactor(examples): ts’ify 2015-05-22 16:48:29 +02:00
material chore(ShadowDomStrategy): fix MapWrapper usage, DemoUrlResolver 2015-06-19 18:50:30 -07:00
model_driven_forms fix(forms): updated form examples to contain select elements 2015-06-15 13:16:41 -07:00
sourcemap refactor(examples): ts’ify 2015-05-22 16:48:29 +02:00
template_driven_forms feat(element_injector): support multiple injectables with the same token 2015-06-19 16:02:56 -07:00
todo chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
zippy_component chore(example): adds zippy example 2015-06-22 17:00:42 +02:00