diff --git a/src/components/alert/alert-controller.ts b/src/components/alert/alert-controller.ts index fa985a6839..6d8c83de6f 100644 --- a/src/components/alert/alert-controller.ts +++ b/src/components/alert/alert-controller.ts @@ -49,6 +49,8 @@ import { Config } from '../../config/config'; * * @usage * ```ts + * import { AlertController } from 'ionic-angular'; + * * constructor(private alertCtrl: AlertController) { * * }