Skip to content

Commit

Permalink
fix(ionItem): Pass target attributes on <ion-item> tags on to the act…
Browse files Browse the repository at this point in the history
…ual <a> tag. Closes #1492
  • Loading branch information
cihank authored and perrygovier committed May 28, 2014
1 parent b95659a commit 4136db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/service/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4136db0

Please sign in to comment.