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 7c46eb7f..41fb4746 100644 --- a/example/temp.html +++ b/example/temp.html @@ -9,7 +9,7 @@            $route.when('/view2', {controller: MyCtrl, template: 'view2.html'});            function MyCtrl() {}; -        }, {$inject: ['$route'], $eager: true}); +        }, {$inject: ['$route']});      </script>    </head>    <body ng:init="$service('$window').$root = this"> | 
