-1

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?

Michael
  • 13,950
  • 57
  • 145
  • 288

1 Answers1

0

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

Jayesh
  • 110
  • 1
  • 7