Open nfantone opened 9 years ago
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.
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"
onbower.json
.