chore(orderby-bp): fix the benchmark code and add jquery support

This commit is contained in:
Igor Minar
2014-09-03 16:37:46 +02:00
parent 821da26e18
commit 5dd9f138c7
2 changed files with 8 additions and 4 deletions

View File

@@ -1,10 +1,14 @@
module.exports = function(config) {
config.set({
scripts: [{
scripts: [
{
"id": "jquery",
"src": "jquery-noop.js"
},{
id: 'angular',
src: '/build/angular.js'
},{
src: 'app.js',
}]
});
};
};

View File

@@ -1,4 +1,4 @@
<div class="container-fluid" ng-app="filtersBenchmark">
<div class="container-fluid" ng-app="orderByBenchmark">
<div class="row" ng-controller="DataController as ctrl">
<div class="col-lg-8">
<p>Filters</p>
@@ -79,4 +79,4 @@
</div>
</div>
</div>
</div>