cgross / angular-notify

Minimalistic and extensible notification service for Angular.

Home Page:http://cgross.github.io/angular-notify/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider upgrading to Angular 1.4

nfantone opened this issue · comments

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.

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

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.

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

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

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