diff --git a/ionic/components/modal/modal.ts b/ionic/components/modal/modal.ts index 3f42d805a2..623540823f 100644 --- a/ionic/components/modal/modal.ts +++ b/ionic/components/modal/modal.ts @@ -25,9 +25,9 @@ import {Animation} from '../../animations/animation'; * "modal" logic within it, but uses `NavParams` no differently than a * standard page. * - * * @usage + * @usage * ```ts - * import {Modal, NavController, NavParams} from 'ionic/ionic'; + * import {Page, Modal, NavController, NavParams} from 'ionic/ionic'; * * @Page(...) * class HomePage { @@ -58,9 +58,8 @@ import {Animation} from '../../animations/animation'; * the submit button could pass the updated profile data, then dismiss the * modal. * - * @usage * ```ts - * import {Modal, NavController} from 'ionic/ionic'; + * import {Page, Modal, NavController} from 'ionic/ionic'; * * @Page(...) * class HomePage {