We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c2f8b commit 8a62a8cCopy full SHA for 8a62a8c
1 file changed
src/ng/directive/ngInit.js
@@ -10,7 +10,7 @@
10
* current scope.
11
*
12
* <div class="alert alert-danger">
13
- * This directive can be abused to add unnecesary amounts of logic into your templates.
+ * This directive can be abused to add unnecessary amounts of logic into your templates.
14
* There are only a few appropriate uses of `ngInit`, such as for aliasing special properties of
15
* {@link ng.directive:ngRepeat `ngRepeat`}, as seen in the demo below; and for injecting data via
16
* server side scripting. Besides these few cases, you should use {@link guide/controller controllers}
0 commit comments