我想要一个包含输入字段和登录按钮的警报框,用于身份验证。
我在网站的第一页上要求这个,所以请帮忙。
警告("在此区域");
答案 0 :(得分:0)
使用Angular Bootstrap可以很容易地实现这一点,
https://angular-ui.github.io/bootstrap/
您可以查看网站的模态部分(https://angular-ui.github.io/bootstrap/#/modal)。
创建一个包含输入字段和登录按钮的Bootstrap模式,并编写代码以在页面上打开它。
答案 1 :(得分:0)
这里解释的好,请看看这个https://www.npmjs.com/package/lg-custom-alert。
<button lg-alert="[scope-function]" lg-size="[size of the modal]" lg-type="[type]" lg-message="[message need to be displayed in the alert">
Alert
</button>