diff --git a/js/angular/service/modal.js b/js/angular/service/modal.js index 023aaad389..fd121ac112 100644 --- a/js/angular/service/modal.js +++ b/js/angular/service/modal.js @@ -11,10 +11,14 @@ * * Put the content of the modal inside of an `` element. * - * Note: a modal will broadcast 'modal.shown', 'modal.hidden', and 'modal.removed' events from its originating + * **Notes:** + * - A modal will broadcast 'modal.shown', 'modal.hidden', and 'modal.removed' events from its originating * scope, passing in itself as an event argument. Both the modal.removed and modal.hidden events are * called when the modal is removed. * + * - This example assumes your modal is in your main index file or another template file. If it is in its own + * template file, remove the script tags and call it by file name. + * * @usage * ```html *