【发布时间】:2016-05-18 16:56:53
【问题描述】:
我正在尝试使用 Matt 的 Angular Bootstrap Confirm。
在他的demo(click here)中,提到可以在消息中使用html。他的代码:
Are you really <b>sure</b> you want to do this?
我改成
Are you really <b>sure</b><br> you want to do this?
它仍然有效。但是如果我尝试添加任何复杂的元素,比如输入或按钮,它就不起作用了。
Enter <b>Yes</b><br> <input type='text'> <br>and click 'Yes'
有没有办法在消息中添加输入或文本区域?
【问题讨论】:
标签: angularjs twitter-bootstrap popover angular-bootstrap uipopover