angular/modules
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
..
angular2 feat(compiler): detect dangling property bindings 2015-06-20 08:06:07 +02:00
angular2_material feat: remove MapWrapper.create()/get()/set(). 2015-06-18 14:55:12 -07:00
benchmarks feat(compiler): detect dangling property bindings 2015-06-20 08:06:07 +02:00
benchmarks_external chore: update files to match clang-format 1.0.21. 2015-06-19 15:00:32 -07:00
benchpress chore: update files to match clang-format 1.0.21. 2015-06-19 15:00:32 -07:00
examples chore(ShadowDomStrategy): fix MapWrapper usage, DemoUrlResolver 2015-06-19 18:50:30 -07:00
rtts_assert chore: update files to match clang-format 1.0.21. 2015-06-19 15:00:32 -07:00