mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(ionItem): Pass target attributes on <ion-item> tags on to the actual <a> tag. Closes #1492
This commit is contained in:
committed by
Perry Govier
parent
b95659acb2
commit
4136db00a1
2
js/angular/service/modal.js
vendored
2
js/angular/service/modal.js
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user