mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-01 14:00:34 +00:00
parent
380854fd2c
commit
dba5e16269
1 changed files with 12 additions and 1 deletions
|
|
@ -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.
|
||||
*
|
||||
* <pre>
|
||||
* angular.module('App', ['ngRoute']);
|
||||
* </pre>
|
||||
*
|
||||
*/
|
||||
|
||||
var ngRouteModule = angular.module('ngRoute', ['ng']).
|
||||
|
|
|
|||
Loading…
Reference in a new issue