Add example with HTML

This commit is contained in:
Marcos Moura 2016-11-22 01:34:29 -02:00
parent 21ffd13e3f
commit 4afb391d79

View file

@ -13,7 +13,7 @@
<md-dialog-confirm
:md-title="confirm.title"
:md-content="confirm.content"
:md-content-html="confirm.contentHtml"
:md-ok-text="confirm.ok"
:md-cancel-text="confirm.cancel"
@open="onOpen"
@ -102,7 +102,7 @@
},
confirm: {
title: 'Use Google\'s location service?',
content: 'Let Google help apps determine location. This means sending anonymous location data to Google, even when no apps are running.',
contentHtml: 'Let Google help apps determine location. <br> This means sending <strong>anonymous</strong> location data to Google, even when no apps are running.',
ok: 'Agree',
cancel: 'Disagree'
},