angular-input-masks icon indicating copy to clipboard operation
angular-input-masks copied to clipboard

ngModel not updating

Open brazorf opened this issue 5 years ago • 0 comments

This code <input ng-model="record.preferredTime" ui-time-mask class="form-control w-25 block" placeholder="HH:MM">

is not updating my ng-model, record.preferredTime is not set.

If i remove the directive ng-model starts again. Whats wrong? <input ng-model="record.preferredTime" class="form-control w-25 block" placeholder="HH:MM">

AngularJs 1.6.4 here.

brazorf avatar Apr 16 '19 14:04 brazorf