This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
I'm having issues with the AngularStrap datepicker in the latest v1.3 beta.
Basically, I've found out that the ngModel $parsers won't be called if $setViewValue is called multiple times with the same value/reference. It was the case in the v1.2 branch.
This is be problematic when we are using objects that change values but keep the same reference (such as Dates).
Check the following plunkers (console.warn):
Might be related to this commit