diff options
Diffstat (limited to 'src/ng/directive/ngInit.js')
| -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 36f130c7..d3d0f3c1 100644 --- a/src/ng/directive/ngInit.js +++ b/src/ng/directive/ngInit.js @@ -12,7 +12,7 @@   * <div class="alert alert-error">   * The only appropriate use of `ngInit` 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/dev_guide.mvc.understanding_controller controllers} rather than `ngInit` + * should use {@link guide/controller controllers} rather than `ngInit`   * to initialize values on a scope.   * </div>   * | 
