2014-12-22 20:50:10 -05:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<body>
|
|
|
|
|
2015-01-09 21:00:04 -05:00
|
|
|
<h2>Params</h2>
|
|
|
|
<form>
|
|
|
|
Elements:
|
2015-09-24 17:51:19 -04:00
|
|
|
<input type="number" name="elements" placeholder="elements" value="50">
|
2015-01-09 21:00:04 -05:00
|
|
|
<br>
|
|
|
|
<button>Apply</button>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<h2>Actions</h2>
|
|
|
|
<p>
|
|
|
|
<button id="compileWithBindings">CompileWithBindings</button>
|
|
|
|
<button id="compileNoBindings">CompileNoBindings</button>
|
|
|
|
</p>
|
2015-09-24 17:51:19 -04:00
|
|
|
|
|
|
|
<app></app>
|
2014-12-22 20:50:10 -05:00
|
|
|
$SCRIPTS$
|
|
|
|
|
|
|
|
</body>
|
2015-05-12 14:03:14 -04:00
|
|
|
</html>
|