Top "Angular-ui-modal" questions

$uibModal is an AngularJS service to create modal windows

How does angular "$uibModalInstance.close(data)" work?

The official documentation of AngularJS does not contain anything that describes how $uibModalInstance.close works, in the following code fragment, …

angularjs angular-ui-modal
catching Angular Bootstrap UI $uibModal closed event after the modal was closed

I'm opening a modal window using $uibModal.open from another controller, and need to be notified when the modal window …

javascript angularjs modal-dialog angular-ui-bootstrap angular-ui-modal
Is there a way to intercept BootstapUI's $uibModal dismissed event?

I'm using the modal compoenent from Bootstrap UI (https://angular-ui.github.io/bootstrap/) in Angular to render a modal, and …

angular-ui-bootstrap angular-ui-modal
Angular modal: dynamically change modal content

I tried my modal content change if I add type parameter to button click event. <button type="button" class="…

angularjs angular-ui angular-ui-modal