angular-mighty-datepicker icon indicating copy to clipboard operation
angular-mighty-datepicker copied to clipboard

Last commit broken build

Open v4l3r10 opened this issue 8 years ago • 1 comments

see pull request #39 for details

v4l3r10 avatar Oct 19 '16 17:10 v4l3r10

+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\"

DefiantCatgirl avatar Feb 08 '17 17:02 DefiantCatgirl