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