Skip to content

Angular Form Properties not affected when selecting a date #20

Open
@danielforsberg

Description

@danielforsberg

As topic states the form properties is not affected when I choose a date (Google Chrome Version 50.0.2661.86 (64-bit))

Here's what I am trying to do:

        <form name="form">
                <input ng-model="model"
                       name="dateTime"
                       datetime-picker
                       date-format="yyyy-MM-dd HH:mm:ss"
                       close-on-select="true" />
            <span ng-show="form.dateTime.$dirty" class="notice">{{ message }}</span>
        </form>

The message only shows if I manually make some input to the field, not when choosing a date from the datetime-picker

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions