Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a3cd7d8

Browse files
ojabgkalpak
authored andcommitted
docs(guide/templates): camelCase directive name for consistency
Closes #15465
1 parent 3a767a9 commit a3cd7d8

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)