We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ec0ab commit 22bece7Copy full SHA for 22bece7
benchmarks/largetable-bp/bp.conf.js
@@ -1,9 +1,14 @@
1
module.exports = function(config) {
2
config.set({
3
scripts: [{
4
+ id: 'jquery',
5
+ src: 'jquery-noop.js'
6
+ },
7
+ {
8
id: 'angular',
9
src: '/build/angular.js'
- },{
10
11
12
src: 'app.js',
13
}]
14
});
benchmarks/largetable-bp/jquery-noop.js
@@ -0,0 +1 @@
+//Override me with ?jquery=/bower_components/jquery/dist/jquery.js
benchmarks/largetable-bp/main.html
@@ -1,4 +1,7 @@
-<div ng-app="largetableBenchmark">
+<style>
+[ng-cloak] { display: none; }
+</style>
+<div ng-app="largetableBenchmark" ng-cloak>
<div ng-controller="DataController">
<div class="container-fluid">
<p>
0 commit comments