diff options
Diffstat (limited to 'src/ngRoute')
| -rw-r--r-- | src/ngRoute/route.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index 94c4b581..d078ea0b 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -11,7 +11,7 @@ * * ## Example * See {@link ngRoute.$route#example $route} for an example of configuring and using `ngRoute`. - * + * * {@installModule route} * * <div doc-module-components="ngRoute"></div> @@ -28,7 +28,7 @@ var ngRouteModule = angular.module('ngRoute', ['ng']). * @description * * Used for configuring routes. - * + * * ## Example * See {@link ngRoute.$route#example $route} for an example of configuring and using `ngRoute`. * |
