diff options
| author | Misko Hevery | 2010-07-22 15:32:57 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2010-07-22 15:32:57 -0700 | 
| commit | 2987f7f705baffad8081fc4a3a95eab79b0d9695 (patch) | |
| tree | 95cbcdb3e0dbf39d00b266075f551be8ddd87e9f /src/directives.js | |
| parent | 849a05b5a578f19ddc3d24dc9fbd304e0e07612a (diff) | |
| download | angular.js-2987f7f705baffad8081fc4a3a95eab79b0d9695.tar.bz2 | |
fix howers which were accidently broken
Diffstat (limited to 'src/directives.js')
| -rw-r--r-- | src/directives.js | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/src/directives.js b/src/directives.js index 04831131..3e0aeffb 100644 --- a/src/directives.js +++ b/src/directives.js @@ -161,8 +161,6 @@ angularWidget("@ng:repeat", function(expression, element){      valueIdent = match[3] || match[1];      keyIdent = match[2]; -    if (isUndefined(this.$eval(rhs))) this.$set(rhs, []); -      var children = [], currentScope = this;      this.$onEval(function(){        var index = 0, childCount = children.length, childScope, lastElement = reference,  | 
