urish / angular-moment

Moment.JS directives for Angular.JS (timeago and more)
MIT License
2.6k stars 397 forks source link

Update v0.10.x to support Angular 1.5.5 #250

Closed stowball closed 8 years ago

stowball commented 8 years ago

Doing a bower install angular-moment --save installs v0.10.3, whose Angular dependency is >=1.2.0 <1.5.0.

It would be good to publish a new version to support v1.5.5 so we don't get warnings like:

Please note that,
    angular-moment#0.10.3, angular-moment#0.10.3 depends on angular#>=1.2.0 <1.5.0 which resolved to angular#1.4.10
    angular-animate#1.5.5, angular-aria#1.5.5, angular-messages#1.5.5, angular-mocks#1.5.5, angular-sanitize#1.5.5 depends on angular#1.5.5 which resolved to angular#1.5.5
adest commented 8 years ago

+1 We also face the same issue.

urish commented 8 years ago

Hi, you can install the latest beta 1.0.0-beta.6 which supports angular 1.5. I hope to release the final 1.0.0 soon.