Posts by Cinthia • 13 points
6 posts
-
0
votes0
answers111
viewsQ: Modal with Steps with Jquery
I’m trying to create a modal with steps... Below is the modal and script code in Jquery. <div class="modal fade" tabindex="-1" role="dialog" id="category-modal" data-backdrop="static"> <div…
-
0
votes2
answers123
viewsA: Angularjs - How to close a modal $uibModal parent through a modal $uibModal daughter?
I managed using $Emit in the function of closing the child modal and using the $on function in the directive that creates the parent modal, with the action of closing the parent modal.
-
0
votes2
answers123
viewsA: Angularjs - How to close a modal $uibModal parent through a modal $uibModal daughter?
The code below is to open the parent modal: $scope.openDetailsModal = function(){ $scope.orderModalInstance = $uibModal.open({ templateUrl: 'app/local/modals/details.html', scope: $scope, size: 'lg'…
-
0
votes2
answers123
viewsQ: Angularjs - How to close a modal $uibModal parent through a modal $uibModal daughter?
I use Angularjs in the project. I have a modal that opens from a button of the parent modal. I want to insert a cancel button in the daughter modal, which will close the two modals.
-
0
votes0
answers38
views -
1
votes1
answer632
views