cgross / angular-notify

Minimalistic and extensible notification service for Angular.
http://cgross.github.io/angular-notify/demo/
MIT License
432 stars 99 forks source link

Consider upgrading to Angular 1.4 #38

Open nfantone opened 9 years ago

nfantone commented 9 years ago

Is there any reason why Angular ~1.4 wouldn't work? Right now, this is the only dependency on my current project that forces me to use "resolutions" on bower.json.

pruge commented 9 years ago

in my case, no problem angular 1.4.3 angular-notify 2.5.0

nfantone commented 9 years ago

Yes, no problem here either. It's just that the dependency is capped at 1.3 and it forces users to add a resolution to avoid conflicting versions of angular. This is particularly bothersome in CI and deploy scripts.

GustavSt commented 9 years ago

With $httpProvider useLegacyPromiseExtension set to false i get errors because notify uses .success-syntax with $http. Maybe something to refactor as well

mailinger-mate commented 9 years ago

I am also looking forward to the update of dependency version.

Poltuu commented 8 years ago

I am looking forward to the update of dependency version as well.