diff options
| author | Misko Hevery | 2010-03-29 20:25:42 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-03-29 20:25:42 -0700 |
| commit | e55c97debaa0ef8487ece219b6eadbc147ece1f9 (patch) | |
| tree | 5895b2151d639efa5fcdb09d396990d6e089c886 /src/Scope.js | |
| parent | c655b884e268c8c9b6853d440143953f51b7e7de (diff) | |
| download | angular.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.js | 1 |
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 |
