aboutsummaryrefslogtreecommitdiffstats
path: root/scenario
diff options
context:
space:
mode:
authorMisko Hevery2010-05-30 19:42:21 -0700
committerMisko Hevery2010-05-30 19:42:21 -0700
commit2e33e89a77d115ff17f5841ec328b1c1e4228161 (patch)
tree22a97d5c70f2e74ffb4dfe789c82545363abed55 /scenario
parent1aa99c08e9ccd515a333478f00b361f40c622002 (diff)
downloadangular.js-2e33e89a77d115ff17f5841ec328b1c1e4228161.tar.bz2
added compiled getterFN for better performance
Diffstat (limited to 'scenario')
-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>