Skip to content

Commit 627f9ba

Browse files
docs($route): split over-length line
1 parent e53e2c2 commit 627f9ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ngRoute/route.js

Lines changed: 3 additions & 1 deletion
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)