Created
February 15, 2016 20:39
-
-
Save metalaureate/43f06292ad76b9608bc9 to your computer and use it in GitHub Desktop.
Using angular-flash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var id = Flash.create('success', '<strong>Well done!</strong> You successfully read this important alert message.', 5000, { | |
class: 'custom-class', | |
id: 'custom-id' | |
}, true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment