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?
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?
You can have a custom service implemented and then use UI bootstrap modal window to show custom dialogs with buttons and text you want.