chore(benchmarks): fix order-by benchmark

This commit is contained in:
Martin Staffa
2016-09-12 17:59:54 +02:00
committed by Peter Bacon Darwin
parent 05896d44ad
commit fbdfd193f7
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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) {
+1
View File
@@ -0,0 +1 @@
// Override me with ?jquery=/bower_components/jquery/dist/jquery.js