From a7e12b7959212f2fa88fe17d5a045cc9d8b22922 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Wed, 16 Oct 2013 22:48:32 -0400 Subject: feat(docs): provide index pages for each angular module --- src/ngRoute/route.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ngRoute/route.js') 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} * + *
*/ /* global -ngRouteModule */ var ngRouteModule = angular.module('ngRoute', ['ng']). @@ -581,4 +582,4 @@ function $RouteProvider(){ return result.join(''); } }]; -} \ No newline at end of file +} -- cgit v1.2.3