diff options
| author | Matias Niemelä | 2013-10-16 22:48:32 -0400 | 
|---|---|---|
| committer | Matias Niemelä | 2013-10-23 17:00:12 -0400 | 
| commit | a7e12b7959212f2fa88fe17d5a045cc9d8b22922 (patch) | |
| tree | 3613ad9f20a92eb9e7a88402e34a078092663cba /src/ngRoute/route.js | |
| parent | 3f568b22f9bec09192588e3cae937db5c2e757f9 (diff) | |
| download | angular.js-a7e12b7959212f2fa88fe17d5a045cc9d8b22922.tar.bz2 | |
feat(docs): provide index pages for each angular module
Diffstat (limited to 'src/ngRoute/route.js')
| -rw-r--r-- | src/ngRoute/route.js | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index 060e2208..21459aab 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -11,6 +11,7 @@   *   * {@installModule route}   * + * <div doc-module-components="ngRoute"></div>   */   /* global -ngRouteModule */  var ngRouteModule = angular.module('ngRoute', ['ng']). @@ -581,4 +582,4 @@ function $RouteProvider(){        return result.join('');      }    }]; -}
\ No newline at end of file +} | 
