We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604ca15 commit 0064cd6Copy full SHA for 0064cd6
example_include.html
@@ -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