Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work for Angular 1.4.7 #203

Open
varya opened this issue Nov 12, 2015 · 6 comments
Open

Does not work for Angular 1.4.7 #203

varya opened this issue Nov 12, 2015 · 6 comments

Comments

@varya
Copy link

varya commented Nov 12, 2015

No description provided.

@timmyomahony
Copy link

+1

@DanTalash
Copy link
Contributor

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?

@timmyomahony
Copy link

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.

@DanTalash
Copy link
Contributor

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.

@AdamHess
Copy link

AdamHess commented Mar 8, 2016

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.

@vivex
Copy link

vivex commented Jun 29, 2016

Not working with AngularJS 1.5.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants