ruyadorno / angular-simple-slider

An AngularJS directive providing a simple slider functionality
15 stars 7 forks source link

Using ng-repeat #9

Open thehulke opened 9 years ago

thehulke commented 9 years ago

Hey, really cool slider man! my only issue is when i try to use the ng-repeat i get an "A SimpleSlider main container elementshould have at least one child." Error..

anyway to fix it?

thanks, Lior.

drochag commented 9 years ago

@thehulke can you provide some code to check? Which version are you using? It's supposed to be fixed since #3

thehulke commented 9 years ago

Using the 1.0.0 https://github.com/ruyadorno/angular-simple-slider

ruyadorno commented 9 years ago

@thehulke can you please provide us a code example showing the context in which the problem happened?

will make it easier for us to reproduce the problem :blush: thanks!

firomero commented 8 years ago

I have a repeater but my items are not images, are divs, so the main problem is theres no children, what can I do?