diff options
| author | Jason Farnsworth | 2013-12-09 17:16:54 -0800 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-12-18 21:14:46 +0000 |
| commit | 040e743b393f53aad11ce200de21590b4fcb0b8b (patch) | |
| tree | bf31f95c6096fdc94b7387fbc3fe2956239a56b2 | |
| parent | bf816d3ade9e72629521f78a81e5843bce876987 (diff) | |
| download | angular.js-040e743b393f53aad11ce200de21590b4fcb0b8b.tar.bz2 | |
docs(ngInit): fix typo
Closes #5343
| -rw-r--r-- | src/ng/directive/ngInit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/ngInit.js b/src/ng/directive/ngInit.js index 934b31cc..b09fad2a 100644 --- a/src/ng/directive/ngInit.js +++ b/src/ng/directive/ngInit.js @@ -10,7 +10,7 @@ * current scope. * * <div class="alert alert-error"> - * The only appropriate use of `ngInit` for aliasing special properties of + * The only appropriate use of `ngInit` is for aliasing special properties of * {@link api/ng.directive:ngRepeat `ngRepeat`}, as seen in the demo below. Besides this case, you * should use {@link guide/controller controllers} rather than `ngInit` * to initialize values on a scope. |
