Skip to content

Commit

Permalink
Merge pull request #67 from PhilCorcoran/patch-1
Browse files Browse the repository at this point in the history
needed for onClose method to be invoked
  • Loading branch information
bianchimro authored Sep 20, 2016
2 parents 2735bb0 + b75a120 commit 62cf5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ionic-modal-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
onSelect: "&",
onSearch: "&",
onReset: "&",
onClose: "&",
onClose: "=",
},
link: function (scope, iElement, iAttrs, ngModelController, transclude) {

Expand Down

0 comments on commit 62cf5ca

Please sign in to comment.