We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf51057 commit 40d0505Copy full SHA for 40d0505
modules/angular2/src/core/compiler/view.js
@@ -535,7 +535,7 @@ export class ProtoView {
535
shadowDomStrategy: ShadowDomStrategy
536
): ProtoView {
537
538
- DOM.addClass(insertionElement, 'ng-binding');
+ DOM.addClass(insertionElement, NG_BINDING_CLASS);
539
var rootProtoView = new ProtoView(insertionElement, protoChangeDetector, shadowDomStrategy);
540
rootProtoView.instantiateInPlace = true;
541
var binder = rootProtoView.bindElement(
0 commit comments