You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<inputclass="form-control" type="text" style="" id="{{vm.formInputName}}" name="{{vm.formInputName}}"
<!--FIXME hardcoded placeholder - dates may not be used for service required fields yet. -->placeholder="YYYY-MM-DD"
date-range-pickerdata-ng-model="vm.value"
data-ng-model-options="{ debounce: 1000 }"
data-ng-pattern="vm.options.format"
data-options="vm.datepickerOptions">
Note the HTML comment that was accidentally placed within the input element.
Normally I get an error if we have invalid HTML but in this case, our build task was freezing with no messaging.
Our task is
The offending HTML was
Note the HTML comment that was accidentally placed within the input element.
Related to
jonschlinkert/gulp-htmlmin#42
The text was updated successfully, but these errors were encountered: