ngToast
ngToast copied to clipboard
Angular provider for toast notifications
Closes #92 Closes #97
Quick fix to allow AMD-named & CommonJS bundlers like Browserify, RequireJS, Webpack to roll up ngToast. Without this, bundlers have to have to shim ngToast's dependencies and export the module's...
is there a way to call `onDismiss` and pass some sort of argument to the event handler?
Is there any plan to support Angular 1.6?
Running `grunt` to build the package fails with the following error: ``` Running "test-generated-css" task Warning: Unable to read "test/css-files/sass/ngToast-animations.css" file (Error code: ENOENT). Use --force to continue. Aborted due...
I have set the `ngToast.settings` object to `toast` directive scope as a whole and updated corresponding template, so the template will catch dynamic changes to `horizontalPosition` and `verticalPosition` which can...
Hi, following problem: using the 'additionalClasses' in combination with animate.css, as you described in your README, my first toast's ng-enter is not animated at all. The first's ng-leave and all...
Hello, I'm using webpack with angular so I `require()` angular librairies. Angular and angular ui have a cool convention, when you require the module it returns its name (e.g. `angular-resource`...
I've started using ngToast for feedback in a webpage developed using Angular and Typescript. So far this is my code (or at least the part that handles the toaster) `module...