diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index d1d7bba6..f8a285cd 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -5,7 +5,18 @@ * @name ngRoute * @description * - * Module that provides routing and deeplinking services and directives for angular apps. + * ngRoute + * ========= + * + * The ngRoute module provides routing and deeplinking services and directives for angular apps. + * + * To make use of routing with AngularJS, the `angular-route.js` JavaScript file must be included into your application + * and the `ngRoute` module must be included as a dependency. + * + *
+ * angular.module('App', ['ngRoute']);
+ *
+ *
*/
var ngRouteModule = angular.module('ngRoute', ['ng']).