vasyabigi / angular-slick

Angular directive for slick-carousel
http://vasyabigi.github.io/angular-slick/
MIT License
500 stars 237 forks source link

Dynamic data (again) #62

Closed therealbenhogan closed 9 years ago

therealbenhogan commented 9 years ago

Hi,

I'm trying to use the directive with my own one which retrieves the images from my server. The animation isn't working - could you take a look to see if there's an obvious solution?

Here's the mark up calling the directive

I've then got my own directive called "slider" which gets the images from the server (using the section attribute to help identify them) and in the template url of the directive I'm doing this

"

{{item.meta}}

"

I also tried putting the slick directive in my own template url and calling my directive this way

"

"

but neither are working - the images display but the animation isn't working.