Open mbowen000 opened 8 years ago
Like $close and $cancel -- added to the modal scope so we an easily do an ng-click="$close(obj)"
ng-click="$close(obj)"
The instance of the modal should be returned when $liModal.open() is called in order to do:
$liModal.open()
modalInstance.result.then(function(closeObj) { // do something on close }, function(cancelObj) { // do something on cancel });
This should be a priority enhancement.
@AsharS can you design this out and get ready for intern at some point?
Like $close and $cancel -- added to the modal scope so we an easily do an
ng-click="$close(obj)"
The instance of the modal should be returned when
$liModal.open()
is called in order to do:This should be a priority enhancement.