Create angularjs toaster popup windows with buttons

68 Views Asked by At

I use johns papa toaster popup windows in my angularjs project.

  toaster.pop("warning", "Inspections not found!");

At some point I need to create popup window with button to trigger some function.Is it possible to implement?

1

There are 1 best solutions below

0
Jayesh On

You can have a custom service implemented and then use UI bootstrap modal window to show custom dialogs with buttons and text you want.