angular-toastr
angular-toastr copied to clipboard
Angular port of CodeSeven/toastr.
Hi @Foxandxss, can you give an example of how the extraData would be used to say, handle an ng-click event? For example, if I want to add a link to...
I've got an issue with progressBar option. When the toastr element with running progressBar option is hover, the progress bar is hidden and when the toastr is unhover the progress...
I implemented an `uib-progressbar` inside a toast to show the progress of a background processing operation. Due to issue #190, I had to modify the standard template and use a...
I would like to dynamically change the toast template. Using the following code doesn't work, renders the same template: ``` templates: { toast: 'App/views/Toast/custom-template.html' } ```
Hi! I'm trying to override the default configurations because always show an error about toast.html but is not working and of course, maybe I'm doing something wrong. ``` `'use strict';...
hi, angular.js:12221 TypeError: toastCtrl.startProgressBar is not a function at createTimeout (angular-toastr.tpls.js:475) at Scope.scope.init (angular-toastr.tpls.js:436) at angular-toastr.tpls.js:173 at processQueue (angular.js:14454) at angular.js:14470 at Scope.$eval (angular.js:15719) at Scope.$digest (angular.js:15530) at angular.js:15758 at...
I am trying to pop up two toasts with the same text but different titles. When preventOpenDuplicates is true the second toast is not displayed. As I am unable to...
Fixes #150, #209
I want to prevent defaults. However, the way that this works now is that if we prevent defaults we don't reset the timer. I thought I could make this work...