angular-flash
angular-flash copied to clipboard
Flash messages for Angular.js
Results
12
angular-flash issues
Sort by
recently updated
recently updated
newest added
I needed a feature which would clear the messages after so many seconds when creating a new flash message.
The message fell behind some textfields when shrunk down to a smaller width. In the flashMessages.css I added z-index: 100; to #flash-messages and it fixed that issue.