From 120c85d74ef0bad49968fcf13928fb398e59e52b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kendall=20Gonz=C3=A1lez=20Le=C3=B3n?= Date: Tue, 9 May 2017 16:49:01 -0600 Subject: [PATCH] docs(alert): imported AlertController in usage example (#11567) Added an importation for use the alert controller on line 52. --- src/components/alert/alert-controller.ts | 2 ++ 1 file changed, 2 insertions(+) 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) { * * }