diff --git a/modules/angular2/src/directives/ng_non_bindable.ts b/modules/angular2/src/directives/ng_non_bindable.ts index e388100c49..2829fad541 100644 --- a/modules/angular2/src/directives/ng_non_bindable.ts +++ b/modules/angular2/src/directives/ng_non_bindable.ts @@ -10,7 +10,7 @@ import {Directive} from 'angular2/annotations'; * * ``` *
Normal: {{1 + 2}}
// output "Normal: 3" - *
Ignored: {{1 + 2}}
// output "Ignored: {{1 + 2}}" + *
Ignored: {{1 + 2}}
// output "Ignored: {{1 + 2}}" * ``` */ @Directive({selector: '[ng-non-bindable]', compileChildren: false})