docs(alert): imported AlertController in usage example (#11567)

Added an importation for use the alert controller on line 52.
This commit is contained in:
Kendall González León
2017-05-09 16:49:01 -06:00
committed by Brandy Carney
parent cbe0b42e74
commit 120c85d74e

View File

@ -49,6 +49,8 @@ import { Config } from '../../config/config';
*
* @usage
* ```ts
* import { AlertController } from 'ionic-angular';
*
* constructor(private alertCtrl: AlertController) {
*
* }