ngBootbox icon indicating copy to clipboard operation
ngBootbox copied to clipboard

confirm or dismiss the dialog via angularJS

Open Xsmael opened this issue 9 years ago • 1 comments

How can I confirm or dismiss the dialog using custom buttons i have on agularJS template ?

maybe through ng-click or any other way ?

Xsmael avatar Sep 30 '16 03:09 Xsmael

Try, manage your confirm or dismiss action on ng-click of each button then hide the dialog using $ngBootbox.hideAll();

glauco-basilio avatar Apr 27 '17 17:04 glauco-basilio