aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/temp.html2
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">