Skip to content

Commit 2ff3873

Browse files
committed
chore(transformers): remove bindProperty hack
1 parent aec51d6 commit 2ff3873

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

modules/angular2/src/render/dom/view/proto_view_builder.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,7 @@ export class ElementBinderBuilder {
184184
return this.nestedProtoView;
185185
}
186186

187-
bindProperty(name, expression) {
188-
MapWrapper.set(this.propertyBindings, name, expression);
189-
190-
// TODO: required for Dart transformers. Remove when Dart transformers
191-
// run all the steps of the render compiler
192-
setterFactory(name);
193-
}
187+
bindProperty(name, expression) { MapWrapper.set(this.propertyBindings, name, expression); }
194188

195189
bindVariable(name, value) {
196190
// When current is a view root, the variable bindings are set to the *nested* proto view.

0 commit comments

Comments
 (0)