Skip to content

Commit fb87605

Browse files
petebacondarwinjamesdaily
authored andcommitted
docs($route): split over-length line
1 parent 504e980 commit fb87605

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ngRoute/route.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,9 @@ function $RouteProvider(){
297297
</file>
298298
299299
<file name="script.js">
300-
angular.module('ngViewExample', ['ngRoute']).config(function($routeProvider, $locationProvider) {
300+
angular.module('ngViewExample', ['ngRoute'])
301+
302+
.config(function($routeProvider, $locationProvider) {
301303
$routeProvider.when('/Book/:bookId', {
302304
templateUrl: 'book.html',
303305
controller: BookCntl,

0 commit comments

Comments
 (0)