diff --git a/js/angular/service/modal.js b/js/angular/service/modal.js index 9293d3da18..a66243f1cd 100644 --- a/js/angular/service/modal.js +++ b/js/angular/service/modal.js @@ -40,7 +40,7 @@ * $scope.modal.remove(); * }); * // Execute action on hide modal - * $scope.$on('modal.hide', function() { + * $scope.$on('modal.hidden', function() { * // Execute action * }); * // Execute action on remove modal