docs($route): split over-length line

This commit is contained in:
Pete Bacon Darwin 2013-10-30 21:03:10 +00:00
parent e53e2c2d58
commit 627f9ba091

View file

@ -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,