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, 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>