Skip to content

Commit

Permalink
docs($ionicModal): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Jun 10, 2014
1 parent 288dfed commit 64f847a
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 @@ -11,7 +11,7 @@
* Note that you need to put the content of the modal inside a div with the class `modal`.
*
* Note: a modal will broadcast 'modal.shown', 'modal.hidden', and 'modal.removed' events from its originating
* scope, passing in itself as an event argument. Note: both modal.removed and modal.hidden are
* scope, passing in itself as an event argument. Both the modal.removed and modal.hidden events are
* called when the modal is removed.
*
* @usage
Expand Down

0 comments on commit 64f847a

Please sign in to comment.