From 9f98f7580dc08e35ceff38942f5cd3f7181be2b3 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Fri, 16 Jan 2015 12:40:18 -0600 Subject: [PATCH] docs(ionicConfigProvider): fix link --- js/angular/directive/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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