docs($ionicModal): remove unnecessary sentence

This commit is contained in:
Andrew Joslin
2014-06-10 12:55:01 -06:00
parent 13853b68b7
commit 288dfedca3

View File

@@ -10,9 +10,6 @@
* temporarily. Usually used for making a choice or editing an item.
* Note that you need to put the content of the modal inside a div with the class `modal`.
*
* Hint: Be sure to call [remove()](#remove) when you are done with each modal
* to clean it up and avoid memory leaks.
*
* 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
* called when the modal is removed.