This repository was archived by the owner on Apr 30, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ <h1>Formly for Angular</h1>
8
8
< div class ="container-fluid ">
9
9
< div class ="row ">
10
10
< div class ="col-sm-4 col-md-4 col-lg-4 "
11
- ng-hide ="editJSON ">
11
+ ng-hide ="editJSON ">
12
12
13
13
<!-- Formatted JSON -->
14
14
< button class ="btn btn-success "
15
- ng-click ="editJSON = true ">
15
+ ng-click ="editJSON = true ">
16
16
Edit JSON
17
17
</ button >
18
18
@@ -40,28 +40,28 @@ <h3>Options</h3>
40
40
< div class ="form-group "
41
41
ng-class ="{'has-error': formOptionsError} ">
42
42
< textarea class ="form-control "
43
- ng-model ="formOptionsStr "
44
- rows ="5 ">
43
+ ng-model ="formOptionsStr "
44
+ rows ="5 ">
45
45
</ textarea >
46
46
</ div >
47
47
48
48
< h3 > Fields</ h3 >
49
49
< div class ="form-group "
50
50
ng-class ="{'has-error': formFieldsError} ">
51
51
< textarea class ="form-control "
52
- ng-model ="formFieldsStr "
53
- rows ="15 ">
52
+ ng-model ="formFieldsStr "
53
+ rows ="15 ">
54
54
</ textarea >
55
55
</ div >
56
56
</ div >
57
57
< div class ="col-sm-4 col-md-4 col-lg-4 ">
58
58
59
59
< h3 > Form</ h3 >
60
60
< 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() ">
65
65
</ formly-form >
66
66
</ div >
67
67
< div class ="col-sm-4 col-md-4 col-lg-4 ">
You can’t perform that action at this time.
0 commit comments