We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b67461 commit b015102Copy full SHA for b015102
docs/content/guide/templates.ngdoc
@@ -26,7 +26,7 @@ curly-brace {@link expression expression} bindings:
26
<!-- Body tag augmented with ngController directive -->
27
<body ng-controller="MyController">
28
<input ng-model="foo" value="bar">
29
- <!-- Button tag with ng-click directive, and
+ <!-- Button tag with ngClick directive, and
30
string expression 'buttonText'
31
wrapped in "{{ }}" markup -->
32
<button ng-click="changeFoo()">{{buttonText}}</button>
0 commit comments