diff --git a/js/angular/directive/view.js b/js/angular/directive/view.js index 310566c557..ec6ec733b3 100644 --- a/js/angular/directive/view.js +++ b/js/angular/directive/view.js @@ -16,7 +16,7 @@ * left in the DOM, and its scope is disconnected from the `$watch` cycle. When navigating to a * view that is already cached, its scope is reconnected, and the existing element, which was * left in the DOM, becomes active again. This can be disabled, or the maximum number of cached - * views changed in {@link ionic.directive:ionicConfig}, in the view's `$state` configuration, or + * views changed in {@link ionic.provider:$ionicConfigProvider}, in the view's `$state` configuration, or * as an attribute on the view itself (see below). * * @usage