search

Home  >  Q&A  >  body text

Angular.js可以使用现有的jquery slideshow吗?

Angular.js初学者

我用的slideshow是http://www.malsup.com/jquery/cycle2/

但因为slide item是从$http来的,理论上应该等item被渲染到页面上才激活cycle。但并不知道如何处理$scope已经完成数据绑定后的事件。

slideshow中jquery cycle是比较好用的,所以想使用它。请问该如何实现?或者有没有另外的方法?

習慣沉默習慣沉默2745 days ago614

reply all(1)I'll reply

  • 高洛峰

    高洛峰2017-05-15 16:51:06

    Generally, it is encapsulated into a directive, scope.$watch in the link, and then activated in $timeout(fn,0) (note that the second parameter is 0)

    reply
    0
  • Cancelreply