ngBootbox
ngBootbox copied to clipboard
confirm or dismiss the dialog via angularJS
How can I confirm or dismiss the dialog using custom buttons i have on agularJS template ?
maybe through ng-click or any other way ?
Try, manage your confirm or dismiss action on ng-click of each button then hide the dialog using $ngBootbox.hideAll();