You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement a table where some of the columns are date pickers but keep getting errors when opening the date picker again after submitting the table form.
Steps to reproduce:
Click Edit button.
Open one of the date pickers and choose a date.
Click the Save button to submit the form.
Repeat steps 1 and 2 and you'll see the errors in the console.
Seems like the ngModelCtrl of the 'UibDatepickerController' is not being set the same second time around as the first.
The text was updated successfully, but these errors were encountered:
ianellis90
changed the title
Table Form with Date Picker throws errors after save and re-edit
Table Form with Date Picker throws errors after submit and re-edit
Apr 19, 2016
Hi,
Please checkout my plnkr -> http://plnkr.co/edit/KzAwC1W0S7SZaG0wghl0
I'm trying to implement a table where some of the columns are date pickers but keep getting errors when opening the date picker again after submitting the table form.
Steps to reproduce:
Seems like the ngModelCtrl of the 'UibDatepickerController' is not being set the same second time around as the first.
The text was updated successfully, but these errors were encountered: