All Questions
4 questions
1
vote
1
answer
1k
views
Attributes in custom modal directive not resolved
I created a custom directive to display a ui.bootstrap modal and I cannot populate the dialog with the values I want. I don't understand why is it not working. I checked other questions and posts but ...
2
votes
1
answer
908
views
angularjs - Accessing ui-bootstrap modal dismiss and close function from another controller
i have service for modal invoking as shown.
.service('modalService', ['$modal', function ($modal) {
var modalDefaults = {
backdrop: 'static',
keyboard: true,
...
0
votes
2
answers
777
views
Create search modal directive from angularui modal
I have an application that uses angular-ui bootstrap modal (http://angular-ui.github.io/bootstrap/#/modal) for search from a list and select one of row.
In common using of angular-ui bootstrap modal, ...
2
votes
1
answer
5k
views
Angular draggable directive not working with AngularUI modal dialog
There is an Angular draggable directive here.
Can it be applied to an AngularUI modal popup window?
I've created a file called ngdrag.js in which I placed the directive code, and that file is ...