Skip to content

Instantly share code, notes, and snippets.

@AjayKumar01
Last active October 3, 2016 20:32
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 AjayKumar01/dc0830f265feeb3873cef7d7f1db8066 to your computer and use it in GitHub Desktop.
Save AjayKumar01/dc0830f265feeb3873cef7d7f1db8066 to your computer and use it in GitHub Desktop.
Making Alert Close after 10 seconds
app.alert.show('success', {
level : 'success',
messages : 'Successful',
autoClose : true,
autoCloseDelay : 10000,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment