From c2e753f7801ffffa24707d1d8f2d2d51866bac8a Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Sun, 10 Jan 2016 12:25:40 -0600 Subject: [PATCH] fix(alert): allow innerHTML in message Closes #918 --- ionic/components/alert/alert.ts | 6 +++--- ionic/components/alert/test/basic/index.ts | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ionic/components/alert/alert.ts b/ionic/components/alert/alert.ts index f6f0c0ce95..cdebcc3aff 100644 --- a/ionic/components/alert/alert.ts +++ b/ionic/components/alert/alert.ts @@ -196,10 +196,10 @@ export class Alert extends ViewController { '' + '
' + '
' + - '

{{d.title}}

' + - '

{{d.subTitle}}

' + + '

' + + '

' + '
' + - '
{{d.message}}
' + + '
' + '
' + '