indrimuska / angular-moment-picker

Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
http://indrimuska.github.io/angular-moment-picker/
MIT License
527 stars 229 forks source link

Fix Angular-moment-picker IN UI-GRD #295

Closed georgebuzoianu closed 4 years ago

georgebuzoianu commented 4 years ago

When angular-moment-picker is used in ui-grid and a date is picked the cell doesn't become uneditable back to its initial state. Generate event for end cell edit when picker si closed. Must be further tested

indrimuska commented 4 years ago

You should listen changes to the isOpen property and raise the event subsequently. You cannot bind 3rd party library events here.

georgebuzoianu commented 4 years ago

In the end I managed to make it work. I really love how this is now working with ui-grid. Maybe you could add this as part of documentation as a new chapter/section for ui-grid: http://plnkr.co/edit/40rmLO?p=preview