fix(ionItem): Pass target attributes on <ion-item> tags on to the actual <a> tag. Closes #1492

This commit is contained in:
Cihan Necat KAVİ
2014-05-25 01:00:13 +03:00
committed by Perry Govier
parent b95659acb2
commit 4136db00a1

View File

@@ -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