diff options
| author | Pete Bacon Darwin | 2013-10-30 21:03:10 +0000 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-30 21:03:10 +0000 |
| commit | 627f9ba09136e5b9ba359d2b67f8cfcda834586f (patch) | |
| tree | 03e390345247dd91d7828c25f279687cd99ef899 | |
| parent | e53e2c2d58dc8ae2cb644e4dea86c2fef4dfa41c (diff) | |
| download | angular.js-627f9ba09136e5b9ba359d2b67f8cfcda834586f.tar.bz2 | |
docs($route): split over-length line
| -rw-r--r-- | src/ngRoute/route.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index 14f53d1d..db157a43 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -297,7 +297,9 @@ function $RouteProvider(){ </file> <file name="script.js"> - angular.module('ngViewExample', ['ngRoute']).config(function($routeProvider, $locationProvider) { + angular.module('ngViewExample', ['ngRoute']) + + .config(function($routeProvider, $locationProvider) { $routeProvider.when('/Book/:bookId', { templateUrl: 'book.html', controller: BookCntl, |
