From 46fe1ff53cfc2cfef152b560d01882eebca8c678 Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Wed, 15 Mar 2017 16:48:15 +0100 Subject: [PATCH] fix(alert): inputs have id fixes #10603 --- src/components/alert/alert-component.ts | 23 +++++++------------ src/components/alert/alert-options.ts | 13 ++++++++--- src/components/alert/alert.ts | 4 ++-- src/components/alert/test/basic/app.module.ts | 1 + 4 files changed, 21 insertions(+), 20 deletions(-) diff --git a/src/components/alert/alert-component.ts b/src/components/alert/alert-component.ts index 91991698530..86afcde1ce7 100644 --- a/src/components/alert/alert-component.ts +++ b/src/components/alert/alert-component.ts @@ -9,6 +9,7 @@ import { NavParams } from '../../navigation/nav-params'; import { NavOptions } from '../../navigation/nav-util'; import { Platform } from '../../platform/platform'; import { ViewController } from '../../navigation/view-controller'; +import { AlertInputOptions, AlertOptions, AlertButton } from './alert-options'; /** @@ -39,7 +40,7 @@ import { ViewController } from '../../navigation/view-controller'; '