Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 JQuery Cycle 2 的轮播功能合并到一个角度应用程序中。当我将图像<div class="carousel">放在data-ng-repeat.
<div class="carousel">
data-ng-repeat
我怀疑这是一个时间问题,但不确定也不知道如何解决它。
尝试使用循环幻灯片添加功能:
$('.cycle-slideshow').cycle('add', '<img src="'+value+'">');
所以,我最终离开了 Angular 并使用 PHP 来绘制图像。在短期内不依赖 Angular 会容易得多:P