Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ModalService.close(name);
$scope
ModalService.onClose('MyModal', function (modalId) { console.log('Modal: 'modalId + ' has been closed'); }, $scope); ModalService.close('my_modal');
ModalService.register(modal);
ModalService.show(name);
ModalService.unregister(name);
Was this page helpful?