diff options
| author | Shyam Seshadri | 2010-06-02 15:05:34 -0700 |
|---|---|---|
| committer | Shyam Seshadri | 2010-06-02 15:05:34 -0700 |
| commit | 39312d1fe3a27b248f98f6f26577fcd7e2c64f85 (patch) | |
| tree | 244c0f72c1685da2db10f2bb2a2da49816829306 /scenario | |
| parent | a29c5e4c7fd5e708c28e70e974bf873621d5277c (diff) | |
| download | angular.js-39312d1fe3a27b248f98f6f26577fcd7e2c64f85.tar.bz2 | |
Revert "Revert "removed few key foreach and replaced thime with for loop for performance.""
This reverts commit a29c5e4c7fd5e708c28e70e974bf873621d5277c.
Diffstat (limited to 'scenario')
| -rw-r--r-- | scenario/perf.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scenario/perf.html b/scenario/perf.html index e4edc00f..cd676918 100644 --- a/scenario/perf.html +++ b/scenario/perf.html @@ -24,7 +24,8 @@ <input type="text" name="text"/> <hr/> <ul> - <li ng-repeat="item in items.$filter('').$orderBy('name')"> + <li Xng-repeat="item in items.$filter('').$orderBy('name')" + ng-repeat="item in items"> {{item.name}} <a href="#{{item.name}}">{{item.parts.join(', ')}}</a> </li> </ul> |
