Search code examples
angularjsangular-bootstrap

what are the ways to create dialog boxes in angular


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?


Solution

  • 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