docs(ionicConfigProvider): fix link

This commit is contained in:
Adam Bradley
2015-01-16 12:40:18 -06:00
parent 9172b19c3d
commit 9f98f7580d

View File

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