Linked Questions

Popular Questions

Notifacation timer in javascript

Asked by At

I'm using angularjs as a javascript framework for my frontend,and somewhere in my code i need to show error message followed by warning message ,like this: when user insert wrong month this message appears:

notification.showError("error month");
notification.showWarning("You shoud enter month between a and b");

How can i set time between two messages and make them disappear immediately when user press the button and appear again? thank you

Related Questions