aboutsummaryrefslogtreecommitdiffstats
path: root/scenario/perf.html
diff options
context:
space:
mode:
Diffstat (limited to 'scenario/perf.html')
-rw-r--r--scenario/perf.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/scenario/perf.html b/scenario/perf.html
index cd676918..e4edc00f 100644
--- a/scenario/perf.html
+++ b/scenario/perf.html
@@ -24,8 +24,7 @@
<input type="text" name="text"/>
<hr/>
<ul>
- <li Xng-repeat="item in items.$filter('').$orderBy('name')"
- ng-repeat="item in items">
+ <li ng-repeat="item in items.$filter('').$orderBy('name')">
{{item.name}} <a href="#{{item.name}}">{{item.parts.join(', ')}}</a>
</li>
</ul>