aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Angular.js b/src/Angular.js
index 0800bca4..00188d6f 100644
--- a/src/Angular.js
+++ b/src/Angular.js
@@ -976,7 +976,7 @@ function encodeUriSegment(val) {
function angularInit(config){
if (config.autobind) {
// TODO default to the source of angular.js
- var scope = compile(window.document)(createScope({'$config':config})).scope,
+ var scope = compile(window.document)(createScope({'$config':config})),
$browser = scope.$service('$browser');
if (config.css)