diff options
Diffstat (limited to 'example/temp.html')
| -rw-r--r-- | example/temp.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/example/temp.html b/example/temp.html index 2370c704..bdcb4094 100644 --- a/example/temp.html +++ b/example/temp.html @@ -4,7 +4,7 @@      <title>angular dev sandbox</title>      <script src="../src/angular-bootstrap.js" ng:autobind></script>      <script> -    angular.service('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'}); | 
