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

Flash messages for Angular JS

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

Error: Cannot find module '/Users/apple/Downloads/angular-flash-master/app' at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load (module.js:418:25) at Module.runMain (module.js:605:10) at run (bootstrap_node.js:420:7) at startup (bootstrap_node.js:139:9) at bootstrap_node.js:535:3

In bower, this library needs angular as a dependency. The versions are restricted to "1.0 - 1.3". This means I can not install this lib easily when other libs need...

I have something like this: ``` html Error! {{flash.message}} ``` Where the div id is being generated dynamically. The id variable is coming from a directive. Inspecting the element once...

bugfix remove dismissed messages, fixes Issue #34 bugfix close button

`angular-flash` needs a refresh. What features would you like to see in v2.0?

enhancement

Could you add a snippet showing how to load the module js? script src="bower_components/angular-flash/dist/angular-flash.min.js">

Hey, great little service! I did notice that the message continues to take up space in the dom after it is 'closed'. This seems to be because inside the directive...

http://getbootstrap.com/components/#alerts-links Could be helpful to allow html-safe messages. ng-bind works in the directive, but ng-bind-html shows no message. Thanks

When I have flash messages in consecutive views, flash message on second page is not shown. Please check the below code. flash to strategy also is not working( flash.to('alert-1').info =...

enhancement

hi luke, i have something like: ``` Boo! {{flash.message}} ``` and i have a situation where i am sending one message there and then almost immediately after (before the first...