We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821da26 commit 5dd9f13Copy full SHA for 5dd9f13
benchmarks/orderby-bp/bp.conf.js
@@ -1,10 +1,14 @@
1
module.exports = function(config) {
2
config.set({
3
- scripts: [{
+ scripts: [
4
+ {
5
+ "id": "jquery",
6
+ "src": "jquery-noop.js"
7
+ },{
8
id: 'angular',
9
src: '/build/angular.js'
10
},{
11
src: 'app.js',
12
}]
13
});
-};
14
+};
benchmarks/orderby-bp/main.html
@@ -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 @@
79
80
</div>
81
82
-</div>
+</div>
0 commit comments