mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
18 lines
297 B
HTML
18 lines
297 B
HTML
|
|
<!doctype html>
|
||
|
|
<html>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<h2>AngularJS/Dart 1.x static tree benchmark (depth 10)</h2>
|
||
|
|
<p>
|
||
|
|
<button id="destroyDom">destroyDom</button>
|
||
|
|
<button id="createDom">createDom</button>
|
||
|
|
</p>
|
||
|
|
|
||
|
|
<div>
|
||
|
|
<tree9 data="initData" ng-if="initData != null" class="app"></tree9>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
$SCRIPTS$
|
||
|
|
</body>
|
||
|
|
</html>
|