Skip to content

Instantly share code, notes, and snippets.

@metalaureate
Created February 15, 2016 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metalaureate/43f06292ad76b9608bc9 to your computer and use it in GitHub Desktop.
Save metalaureate/43f06292ad76b9608bc9 to your computer and use it in GitHub Desktop.
Using angular-flash
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