angular-flash icon indicating copy to clipboard operation
angular-flash copied to clipboard

A simple lightweight flash message module for angularjs

Results 8 angular-flash issues
Sort by recently updated
recently updated
newest added

When removing a flash from several, it would always appear that the last one was being removed (through digest of the list with new indexes). This fixes it.

The only way I've been able to get this to work in webpack is to either go into your index.js and manually tell the require to use .js or to...

Following documentation and trying to use extension I got `Identifier 'app' has already been declared` error right at the beginning. This is because I'm already using `app` global variable for...

I want to display the flash messages on top of other elements. I mean I don't like that a flash message pushes down the other content. I have tried to...

like create: Flash.create('success', 'Hooray!', 0, {container: 'flash-fixed'}); it's useful to name Flash by 'container' can you enhance this tool to support 'container' in method of 'dismiss' or 'clear'? because using...

I have a lot of promises that are calling to services, depending of the response I want to show a success or a error mesage.. and fot any reason thi...

When showing multiple alerts and adding animation, there is a very strange behavior when dismissing an alert. Somehow it completely removes the alert HTML that was dismissed but instead duplicates...

root: https://github.com/sachinchoolur/angular-flash/blob/master/src/angular-flash.js#L63-L68 When the directives link-function is called, there are 2 options: 1) there is a callback on the scope and the default-config gets overridden (as should be expected) 2)...