We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdd161 commit e17a233Copy full SHA for e17a233
benchmarks/largetable-bp/main.html
@@ -16,7 +16,7 @@
16
<div>ngBind + fnInvocation: <input type=radio ng-model="benchmarkType" value="ngBindFn"></div>
17
<div>interpolation + fnInvocation: <input type=radio ng-model="benchmarkType" value="interpolationFn"></div>
18
<div>ngBind + filter: <input type=radio ng-model="benchmarkType" value="ngBindFilter"></div>
19
- <div>ngBind + filter: <input type=radio ng-model="benchmarkType" value="interpolationFilter"></div>
+ <div>interpolation + filter: <input type=radio ng-model="benchmarkType" value="interpolationFilter"></div>
20
21
<ng-switch on="benchmarkType">
22
<baseline-binding-table ng-switch-when="baselineBinding">
0 commit comments