Skip to content
Snippets Groups Projects
Commit 7c543fe8 authored by Cam Saul's avatar Cam Saul
Browse files

maybe got a lil too cray cray with whitespace :imp:

parent 7a5655fa
Branches
Tags
No related merge requests found
......@@ -37,12 +37,8 @@
</button>
</div>
<!-- String Field (default) -->
<input ng-if="!field.choices"
class="Form-input Form-offset full"
name="{{field.fieldName}}"
placeholder="{{field.placeholder}}"
ng-model="details[field.fieldName]"
ng-required="field.required" />
<input ng-if="!field.choices" class="Form-input Form-offset full" name="{{field.fieldName}}" placeholder="{{field.placeholder}}"
ng-model="details[field.fieldName]" ng-required="field.required" />
<span class="Form-charm"></span>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment