Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 8e76d2f

Browse files
committed
more html formatting
1 parent a72fa62 commit 8e76d2f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/views/home.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ <h1>Formly for Angular</h1>
88
<div class="container-fluid">
99
<div class="row">
1010
<div class="col-sm-4 col-md-4 col-lg-4"
11-
ng-hide="editJSON">
11+
ng-hide="editJSON">
1212

1313
<!-- Formatted JSON -->
1414
<button class="btn btn-success"
15-
ng-click="editJSON = true">
15+
ng-click="editJSON = true">
1616
Edit JSON
1717
</button>
1818

@@ -40,28 +40,28 @@ <h3>Options</h3>
4040
<div class="form-group"
4141
ng-class="{'has-error': formOptionsError}">
4242
<textarea class="form-control"
43-
ng-model="formOptionsStr"
44-
rows="5">
43+
ng-model="formOptionsStr"
44+
rows="5">
4545
</textarea>
4646
</div>
4747

4848
<h3>Fields</h3>
4949
<div class="form-group"
5050
ng-class="{'has-error': formFieldsError}">
5151
<textarea class="form-control"
52-
ng-model="formFieldsStr"
53-
rows="15">
52+
ng-model="formFieldsStr"
53+
rows="15">
5454
</textarea>
5555
</div>
5656
</div>
5757
<div class="col-sm-4 col-md-4 col-lg-4">
5858

5959
<h3>Form</h3>
6060
<formly-form name="myFormName"
61-
result="formData"
62-
fields="formFields"
63-
options="formOptions"
64-
ng-submit="onSubmit()">
61+
result="formData"
62+
fields="formFields"
63+
options="formOptions"
64+
ng-submit="onSubmit()">
6565
</formly-form>
6666
</div>
6767
<div class="col-sm-4 col-md-4 col-lg-4">

0 commit comments

Comments
 (0)