Skip to content

Commit

Permalink
chore(largetable-bp): fix typo in main.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Sep 16, 2014
1 parent fd2d6c0 commit ec9c0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/largetable-bp/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div>ngBind + fnInvocation: <input type=radio ng-model="benchmarkType" value="ngBindFn"></div>
<div>interpolation + fnInvocation: <input type=radio ng-model="benchmarkType" value="interpolationFn"></div>
<div>ngBind + filter: <input type=radio ng-model="benchmarkType" value="ngBindFilter"></div>
<div>ngBind + filter: <input type=radio ng-model="benchmarkType" value="interpolationFilter"></div>
<div>interpolation + filter: <input type=radio ng-model="benchmarkType" value="interpolationFilter"></div>

<ng-switch on="benchmarkType">
<baseline-binding-table ng-switch-when="baselineBinding">
Expand Down

0 comments on commit ec9c0d7

Please sign in to comment.