I would like to know what are the ways to create the dialog box in angular. What I came to know is $modal and $dialog
are used to create dialog boxes. Is $dialog
service is deprecated in recent versions of angular? Is there the alternative to the $modal
?
You should use the modal libs from http://angular-ui.github.io/bootstrap/. I have been using them to create my dialogs for the past year, no fuss