From 627f9ba09136e5b9ba359d2b67f8cfcda834586f Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Wed, 30 Oct 2013 21:03:10 +0000 Subject: docs($route): split over-length line --- src/ngRoute/route.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(){ - 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, -- cgit v1.2.3