Skip to content

Commit b015102

Browse files
ojabellimist
authored andcommitted
docs(guide/templates): camelCase directive name for consistency
Closes angular#15465
1 parent 9b67461 commit b015102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/templates.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ curly-brace {@link expression expression} bindings:
2626
<!-- Body tag augmented with ngController directive -->
2727
<body ng-controller="MyController">
2828
<input ng-model="foo" value="bar">
29-
<!-- Button tag with ng-click directive, and
29+
<!-- Button tag with ngClick directive, and
3030
string expression 'buttonText'
3131
wrapped in "{{ }}" markup -->
3232
<button ng-click="changeFoo()">{{buttonText}}</button>

0 commit comments

Comments
 (0)