|
92 | 92 |
|
93 | 93 | tc-input.fieldset__input(label-text="Font URL", placeholder="Select font source to edit field")
|
94 | 94 |
|
95 |
| - button.fieldset__button.tc-btn.tc-btn-s(ng-click="") + Add Font |
| 95 | + button.fieldset__button.tc-btn.tc-btn-s(type="button", ng-click="") + Add Font |
96 | 96 |
|
97 | 97 | .form-block.flex.wrap
|
98 | 98 | .form-block__instructions
|
|
104 | 104 | .form-block__fields
|
105 | 105 | .fieldsets
|
106 | 106 | ng-form.fieldset(name="stockArt_{{$index}}", ng-repeat="stockArt in vm.submissionForm.stockArts track by stockArt.id")
|
107 |
| - tc-input.fieldset__input(label-text="Photo Description", placeholder="A picture of a girl", input-value="stockArt.description") |
108 |
| - |
109 |
| - tc-input.fieldset__input(label-text="Photo URL", placeholder="www.istockphoto.com", input-value="stockArt.sourceUrl") |
110 |
| - |
111 |
| - tc-input.fieldset__input(label-text="File Number", placeholder="u2434312", input-value="stockArt.fileNumber") |
| 107 | + tc-input.fieldset__input( |
| 108 | + label-text="Photo Description", |
| 109 | + placeholder="A picture of a girl", |
| 110 | + input-value="stockArt.description" |
| 111 | + ) |
| 112 | + |
| 113 | + tc-input.fieldset__input( |
| 114 | + label-text="Photo URL", |
| 115 | + placeholder="www.istockphoto.com", |
| 116 | + input-value="stockArt.sourceUrl" |
| 117 | + ) |
| 118 | + |
| 119 | + tc-input.fieldset__input( |
| 120 | + label-text="File Number", |
| 121 | + placeholder="u2434312", |
| 122 | + input-value="stockArt.fileNumber" |
| 123 | + ) |
112 | 124 |
|
113 | 125 | button.fieldset__button.tc-btn.tc-btn-s(type="button", ng-click="vm.createAnotherStockArtFieldset()") + Add Stock Photo
|
114 | 126 |
|
|
0 commit comments