style(docs): make jslint happy - fix some warnings

This commit is contained in:
Vojta Jina
2011-11-11 17:15:22 -08:00
committed by Misko Hevery
parent 035c751076
commit acbd7cdf32
103 changed files with 569 additions and 573 deletions

View File

@@ -4,7 +4,7 @@
<title>angular dev sandbox</title>
<script src="../src/angular-bootstrap.js" ng:autobind></script>
<script>
angular.module.NG('routeConfig', function($route) {
angular.module.ng('routeConfig', function($route) {
$route.when('/view1', {controller: MyCtrl, template: 'view1.html'});
$route.when('/view2', {controller: MyCtrl, template: 'view2.html'});