Close a modal widget opened from menu item

Harsha Pappala
Kilo Sage

Hi, 

 

I have created a custom widget, using it in the menu item (using advanced portal navigation)

HarshaPappala_0-1723103705764.png

I need help on closing this widget

 

Currently calling the function as below 

ng-click="c.closeModal()"

 

Script in client controller

 

c.closeModal = function() {
        c.modalInstance = $uibModal.close({
            templateUrl: 'get_support_esc',
            scope: $scope,
        });
        c.modalInstance.close();
    };
 
But this is not working 
please advice
0 REPLIES 0