File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11
11
*
12
12
* Put the content of the modal inside of an `<ion-modal-view>` element.
13
13
*
14
- * Note: a modal will broadcast 'modal.shown', 'modal.hidden', and 'modal.removed' events from its originating
14
+ * **Notes:**
15
+ * - A modal will broadcast 'modal.shown', 'modal.hidden', and 'modal.removed' events from its originating
15
16
* scope, passing in itself as an event argument. Both the modal.removed and modal.hidden events are
16
17
* called when the modal is removed.
17
18
*
19
+ * - This example assumes your modal is in your main index file or another template file. If it is in its own
20
+ * template file, remove the script tags and call it by file name.
21
+ *
18
22
* @usage
19
23
* ```html
20
24
* <script id="my-modal.html" type="text/ng-template">
You can’t perform that action at this time.
0 commit comments