Skip to content

Commit 0064cd6

Browse files
committed
Add include file
1 parent 604ca15 commit 0064cd6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

example_include.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<div>
2+
<h1>Example of an advanced user interface to input whatever needed data needed.</h1>
3+
<p>The data model is controller.complexModel, currently it is:</p>
4+
<pre>{{controller.model| json : spacing}}</pre>
5+
<p>Set it here: <input ng-model="controller.model.test1"></p>
6+
<p>The schema is at controller.complexSchema, it is currently:</p>
7+
<pre>{{controller.schema| json : spacing}}</pre>
8+
<p>The form is just form. Currently the form has the following values:</p>
9+
<pre>{{controller.form| json : spacing}}</pre>
10+
11+
</div>

0 commit comments

Comments
 (0)