We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08dbe87 commit f2f4b90Copy full SHA for f2f4b90
modules/angular2/src/directives/ng_non_bindable.ts
@@ -10,7 +10,7 @@ import {Directive} from 'angular2/annotations';
10
*
11
* ```
12
* <div>Normal: {{1 + 2}}</div> // output "Normal: 3"
13
- * <div non-bindable>Ignored: {{1 + 2}}</div> // output "Ignored: {{1 + 2}}"
+ * <div ng-non-bindable>Ignored: {{1 + 2}}</div> // output "Ignored: {{1 + 2}}"
14
15
*/
16
@Directive({selector: '[ng-non-bindable]', compileChildren: false})
0 commit comments