aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngRoute/route.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ngRoute/route.js')
-rw-r--r--src/ngRoute/route.js3
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
+}