fix(treeBenchmark): bootstrap only relevant portion to prevent angular from clobbering form
This commit is contained in:
parent
a2b58202a0
commit
dfcce3a789
@ -2,7 +2,7 @@
|
|||||||
import {getIntParameter, bindAction} from 'e2e_test_lib/benchmark_util';
|
import {getIntParameter, bindAction} from 'e2e_test_lib/benchmark_util';
|
||||||
|
|
||||||
export function main() {
|
export function main() {
|
||||||
angular.bootstrap(document.body, ['app']);
|
angular.bootstrap(document.querySelector('tree'), ['app']);
|
||||||
}
|
}
|
||||||
|
|
||||||
angular.module('app', [])
|
angular.module('app', [])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user