Skip to main content

All Questions

1 vote
0 answers
357 views

How to reuse modal as a confirm dialog for delete actions from controllers in AngularJS?

I'm having some controllers, both of them also have a delete function trigger by the ng-click and when delete function is called, i'll show a js confirm dialog to alert user about the object they're ...
Steven Dang's user avatar
2 votes
1 answer
3k views

How to return results from a $uibModal to parent controller

scope is undefined after callback from $uibModal I have a directive (Angularjs) that has a controller, from there I am calling an uibModal where I want to modify some details of an object where I ...
Dayán Ruiz's user avatar
0 votes
1 answer
897 views

Angular Directive not executing on UI Bootstrap Modal open

I have a one-page site that I am building out and this is my first time using Angular on a site. Building it on top of Laravel too for the backend but that is beyond the scope of this question. I ...
Mike Harrison's user avatar
0 votes
1 answer
2k views

AngularJS templates + Bootstrap modals

I am trying to create some Bootstrap modals dynamically using AngularJS, as described in here: https://angular-ui.github.io/bootstrap/ For that purpose, I have created a basic script template in ...
Jose Rojas's user avatar