diff options
| author | Peter Bacon Darwin | 2014-02-12 22:47:42 +0000 |
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:41 +0000 |
| commit | a564160511bf1bbed5a4fe5d2981fae1bb664eca (patch) | |
| tree | 16fe76a5c8a4e75c50db5f15224f1b954060cd38 /docs/content/error/rootScope | |
| parent | 06f2ba899fac8ad004bf65dce39a3b05e2387c0f (diff) | |
| download | angular.js-a564160511bf1bbed5a4fe5d2981fae1bb664eca.tar.bz2 | |
docs(bike-shed-migration): fix url-based links refs to AUTO module
Diffstat (limited to 'docs/content/error/rootScope')
| -rw-r--r-- | docs/content/error/rootScope/infdig.ngdoc | 2 | ||||
| -rw-r--r-- | docs/content/error/rootScope/inprog.ngdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/error/rootScope/infdig.ngdoc b/docs/content/error/rootScope/infdig.ngdoc index 137bc120..e36f1d69 100644 --- a/docs/content/error/rootScope/infdig.ngdoc +++ b/docs/content/error/rootScope/infdig.ngdoc @@ -14,4 +14,4 @@ $scope.$watch('foo', function() { }); ``` -The maximum number of allowed iterations of the `$digest` cycle is controlled via TTL setting which can be configured via {@link api/ng.$rootScopeProvider $rootScopeProvider}. +The maximum number of allowed iterations of the `$digest` cycle is controlled via TTL setting which can be configured via {@link ng.$rootScopeProvider $rootScopeProvider}. diff --git a/docs/content/error/rootScope/inprog.ngdoc b/docs/content/error/rootScope/inprog.ngdoc index c3f42c12..375f8fe8 100644 --- a/docs/content/error/rootScope/inprog.ngdoc +++ b/docs/content/error/rootScope/inprog.ngdoc @@ -71,4 +71,4 @@ myApp.directive('myDirective', function() { ``` -To learn more about Angular processing model please check out the {@link guide/concepts concepts doc} as well as the {@link api/ng.$rootScope.Scope api} doc. +To learn more about Angular processing model please check out the {@link guide/concepts concepts doc} as well as the {@link ng.$rootScope.Scope api} doc. |
