Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.

bug(datepicker): doesn't fire ng-change events #612

@ostronom

Description

@ostronom

I have an issue with ng-change and datepicker directive. In this piece of code:

<...ng-repeat="p in props"...>
   <div datepicker ng-model="p.value" ng-change="myScopeFunction()"></div>
<...>

myScopeFunction is never called.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions