angular-datepicker
angular-datepicker copied to clipboard
Does not work for Angular 1.4.7
+1
I don't have a problem when I switch the angular version to 1.4.7. Here is a plunkr where the library works with 1.4.7.
Does this plunkr work for you? Do you have any other information about the problem?
The problem isn't that the library doesn't work - it's that it can't be installed using bower install --save angular-datepicker
. The problem is that the old version of Angular is left in package.json
. I've forked the repo and changed updated the Angular version to 1.4.7
and it works fine.
This is essentially a duplicate of #196. Somebody needs to make a PR fixing the issue. Since you already forked it, you can go ahead and do so if you wish.
add the following to your bower file:
"resolutions": { "angular": "~1.4.7" }
this tells bower to ignore what version the date-picker needs and just take that version of angular.
Not working with AngularJS 1.5.7