From 4136db00a12ddef6d0538040767b145bf7294b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihan=20Necat=20KAV=C4=B0?= Date: Sun, 25 May 2014 01:00:13 +0300 Subject: [PATCH] fix(ionItem): Pass target attributes on tags on to the actual tag. Closes #1492 --- js/angular/service/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/service/modal.js b/js/angular/service/modal.js index 9293d3da181..a66243f1cda 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