如何在 Angular JS 中使用颜色框(也欢迎花式框或灯箱),我应该为它编写指令吗?还有其他方法吗?
这是我的 HTML:
...
<h2 class="box-header">
<i class="icon-hdd"></i>
<div class="btn-group pull-right">
<a class="btn btn-mini">
<i class="icon-zoom-in"></i>
Expand
</a>
</div>
</h2>
<div id="open-with-colorbox">
...
</div>
...
用户将单击展开按钮,具有 open-with-colorbox id 的 div 将作为颜色框打开。
PS:我是 Angular JS 的新手,这就是为什么我正在寻找如何使用 colorbox 的解决方案,我在我的应用程序中使用 twitter bootstrap。