angular-datepicker icon indicating copy to clipboard operation
angular-datepicker copied to clipboard

ng-model not working properly

Open thiruopti opened this issue 8 years ago • 2 comments

I am using the following code to select date. But the ng-model have empty value only on selecting date.

thiruopti avatar Jun 17 '16 11:06 thiruopti

@thiruopti please, share your code...

brunokrebs avatar Jun 25 '16 13:06 brunokrebs

Have same issue using latest (1.5.8) angular... I've:

<input date-time ng-model="pickedDate">

pickedDate is not changed in my scope on date pick... Notice, that dateTime directive has scope: true and model changes are committed to child isolated scope. Changing to scope: false helps, but changes the semantics...

mkrasuski avatar Aug 23 '16 15:08 mkrasuski