gpt4 book ai didi

angularjs - Angularstrap - 模态框

转载 作者:行者123 更新时间:2023-12-04 04:48:31 26 4
gpt4 key购买 nike

我正在使用 rails 来构建我的应用程序。试图用 angularstrap 弹出一个模态框 http://mgcrea.github.io/angular-strap/#/modal他们给出了使用带有部分的模态框的例子。但我想从同一页面调用一个 div。他们提到了一些带有 ng-template 的东西。但我没有得到任何文档。有人知道这个吗??

最佳答案

您可以阅读 ng-template here in the AngularJS docs .实现如下:

<script type="text/ng-template" id="modal-template.html">
<div>Content of Modal</div>
</script>

然后在你调用模态的地方,用 modal-template.html 替换对部分的引用。 :
<button data-toggle="modal" bs-modal="'modal-template.html'">Call to Action</button>

关于angularjs - Angularstrap - 模态框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17803459/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com