aboutsummaryrefslogtreecommitdiffstats
path: root/src/Scope.js
diff options
context:
space:
mode:
authorMisko Hevery2010-03-29 20:25:42 -0700
committerMisko Hevery2010-03-29 20:25:42 -0700
commite55c97debaa0ef8487ece219b6eadbc147ece1f9 (patch)
tree5895b2151d639efa5fcdb09d396990d6e089c886 /src/Scope.js
parentc655b884e268c8c9b6853d440143953f51b7e7de (diff)
downloadangular.js-e55c97debaa0ef8487ece219b6eadbc147ece1f9.tar.bz2
dissabled a lot of tests, and made the core test set pass.
Diffstat (limited to 'src/Scope.js')
-rw-r--r--src/Scope.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Scope.js b/src/Scope.js
index 6ba6aa8e..3e225653 100644
--- a/src/Scope.js
+++ b/src/Scope.js
@@ -61,6 +61,7 @@ function expressionCompile(exp){
function parserNewScopeAdapter(fn) {
return function(){
return fn({
+ state: this,
scope: {
set: this.$set,
get: this.$get