There's an issue with my date being erased after initializing the calendar plugin.
After the angular loaded the model into ng-model, the date is not showing up.
How can i stop this? Or any method to set a default date?
-- update --
I used timeout to call the calendar plugin after angularjs's setting the value, it work as expected.
However, when I did not select any date after popup closed, the input date got erased.
This is unexpected behavior I am encountering.