aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngRoute/route.js
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-10-30 21:03:10 +0000
committerPete Bacon Darwin2013-10-30 21:03:10 +0000
commit627f9ba09136e5b9ba359d2b67f8cfcda834586f (patch)
tree03e390345247dd91d7828c25f279687cd99ef899 /src/ngRoute/route.js
parente53e2c2d58dc8ae2cb644e4dea86c2fef4dfa41c (diff)
downloadangular.js-627f9ba09136e5b9ba359d2b67f8cfcda834586f.tar.bz2
docs($route): split over-length line
Diffstat (limited to 'src/ngRoute/route.js')
-rw-r--r--src/ngRoute/route.js4
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,