We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380854f commit dba5e16Copy full SHA for dba5e16
src/ngRoute/route.js
@@ -5,7 +5,18 @@
5
* @name ngRoute
6
* @description
7
*
8
- * Module that provides routing and deeplinking services and directives for angular apps.
+ * ngRoute
9
+ * =========
10
+ *
11
+ * The ngRoute module provides routing and deeplinking services and directives for angular apps.
12
13
+ * To make use of routing with AngularJS, the `angular-route.js` JavaScript file must be included into your application
14
+ * and the `ngRoute` module must be included as a dependency.
15
16
+ * <pre>
17
+ * angular.module('App', ['ngRoute']);
18
+ * </pre>
19
20
*/
21
22
var ngRouteModule = angular.module('ngRoute', ['ng']).
0 commit comments