angular-cn/modules/angular2/test/directives
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
..
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 fix: add types for ts2dart's façade handling. 2015-06-12 15:41:08 -07:00