Issue with HTML 5's Date input type not firing ng-change when user changes the date using the default date picker... #1989
Description
Most of our clients use Microsoft Windows 7/Google Chrome (primary Desktop environment most of our clients use), Android/Android Browser, iPhone 4+/Safari Mobile, iPad 2+/Safari Mobile as the production environments.
Notice in my example that when you change the Date via typing it or using up and down arrows it fires the ng-change event, however does not fire when the user changes the date via the date picker. It work's in the onchange event, but not the ng-change event. Huge let down since I am using HTML5's date type to take advantage of how it works on both mobile and cross most modern browsers nicely, as well as it's min and max attributes. Any idea on a work around, or if the developers of AngularJS are working to fix this? Thanks. :)
Here is an example:
http://plnkr.co/edit/LW6Vc1zoRsgQmSgWKjMI