Skip to content

ngModel not updating #349

@brazorf

Description

@brazorf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions