angular-cn/modules/angular2/test/render/dom
Pawel Kozlowski d7b9345b6d feat(compiler): detect dangling property bindings
BREAKING CHANGE: compiler will throw on binding to non-existing properties.

Till now it was possible to have a binding to a non-existing property,
ex.: `<div [foo]="exp">`. From now on this is compilation error - any
property binding needs to have at least one associated property:
eaither on an HTML element or on any directive associated with a
given element (directives' properites need to be declared using the
`properties` field in the `@Directive` / `@Component` annotation).

Closes #2598
2015-06-20 08:06:07 +02:00
..
compiler refactor(pipes): removed pipes from properties 2015-06-19 16:56:52 -07:00
events feat: remove MapWrapper.contains(). 2015-06-18 14:55:12 -07:00
shadow_dom chore(ShadowDomStrategy): fix MapWrapper usage, DemoUrlResolver 2015-06-19 18:50:30 -07:00
view fix(compiler): make text interpolation more robust 2015-06-18 15:45:00 -07:00
convert_spec.ts feat: remove MapWrapper.create()/get()/set(). 2015-06-18 14:55:12 -07:00
dom_renderer_integration_spec.ts feat: remove MapWrapper.create()/get()/set(). 2015-06-18 14:55:12 -07:00
dom_testbed.ts chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
shadow_dom_emulation_integration_spec.ts feat(compiler): detect dangling property bindings 2015-06-20 08:06:07 +02:00