ngToast
ngToast copied to clipboard
Angular 1.6
Is there any plan to support Angular 1.6?
+1
npm WARN unmet dependency node_modules/ng-toast requires angular@'>=1.2.15 <1.6' but will load
npm WARN unmet dependency node_modules/angular,
npm WARN unmet dependency which is version 1.6.1
npm WARN unmet dependency node_modules/ng-toast requires angular-sanitize@'>=1.2.15 <1.6' but will load
npm WARN unmet dependency node_modules/angular-sanitize,
npm WARN unmet dependency which is version 1.6.1
However, everything seems to work perfectly.
Submitted https://github.com/tameraydin/ngToast/pull/93
Noting that AngularJS 1.7.0 was recently released.
Assuming my pull request works out, I'm hoping that a new upload to NPM can happen soon; our app broke badly when including both AngularJS 1.7.0 and (via ng-toast) AngularJS 1.5 in its vendor bundle.