Merge pull request #186 from Cambalab/html2js_forms

Ffix error on running Html2js grunt task
This commit is contained in:
David Baldwynn 2017-07-05 14:57:22 -07:00 committed by GitHub
commit f33793d9cb

View file

@ -34,7 +34,7 @@
on-tab-and-shift-key="prevField()"
ng-required="field.required"
ng-disabled="field.disabled"
aria-describedby="inputError2Status"/ >
aria-describedby="inputError2Status" />
</div>
<div class="col-xs-12">
<div ng-show="forms.myForm.{{field.fieldType}}{{index}}.$invalid && !!forms.myForm.{{field.fieldType}}{{index}}.$viewValue " class="alert alert-danger" role="alert">