chore(benchmarks): fix order-by benchmark
This commit is contained in:
committed by
Peter Bacon Darwin
parent
05896d44ad
commit
fbdfd193f7
@@ -7,7 +7,7 @@ app.controller('DataController', function DataController($rootScope, $scope) {
|
||||
this.rows = [];
|
||||
var self = this;
|
||||
|
||||
$scope.benchmarkType = 'basic';
|
||||
$scope.benchmarkType = 'baseline';
|
||||
|
||||
$scope.rawProperty = function(key) {
|
||||
return function(item) {
|
||||
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
// Override me with ?jquery=/bower_components/jquery/dist/jquery.js
|
||||
Reference in New Issue
Block a user