17 lines
239 B
HTML
17 lines
239 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<body>
|
||
|
|
||
|
<h2>AngularJS/Dart 1.x tree benchmark</h2>
|
||
|
<p>
|
||
|
<button id="destroyDom">destroyDom</button>
|
||
|
<button id="createDom">createDom</button>
|
||
|
</p>
|
||
|
|
||
|
<div>
|
||
|
<tree data="initData"></tree>
|
||
|
</div>
|
||
|
|
||
|
$SCRIPTS$
|
||
|
</body>
|
||
|
</html>
|