angular-mighty-datepicker
angular-mighty-datepicker copied to clipboard
Last commit broken build
see pull request #39 for details
+1, please merge #39 instead of the other one, the other breaks templates and the date pickers aren't updating on any changes.
It has one little issue though - the month names don't change, this can be fixed by changing ng-bind=\"::month.name\"
to ng-bind=\"month.name\"