Fancy Alert and Confirm Box in AngularJS
Alerts and confirm boxes are an important part of any web application. Alerts are usually used to gain the user’s attention to some important action that is begin taken. Confirms are required to get the assurance of the action taken by the user. That being said, the standard JavaScript alert and confirm are not that cool […]