docs(ngInit): fix typo

Closes #5343
This commit is contained in:
Jason Farnsworth 2013-12-09 17:16:54 -08:00 committed by Pete Bacon Darwin
parent bf816d3ade
commit 040e743b39

View file

@ -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.