aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authorIgor Minar2011-03-03 23:14:10 -0800
committerIgor Minar2011-03-03 23:14:43 -0800
commit8b2753eee29e54b33bbfd4c759ba162c7d3faf89 (patch)
tree6be2a32b7f4ebe680762a2c70bd4babe07fbab6f /src/Angular.js
parent02aa7978d300a166ae65a5cd1b0facc0f9a1f7a3 (diff)
downloadangular.js-8b2753eee29e54b33bbfd4c759ba162c7d3faf89.tar.bz2
fixing left over .scope
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)