__Issue description__:
When I'm trying to make an ng-repeat of a component It doesn't work.
__Demo link/slider setting__:
.my-slider(ng-if="$ctrl.suggestions")
div(ng-repeat="suggestion in $ctrl.suggestions")
suggestion(suggestion="suggestion")
but if I write
.my-slider
div
p hola
div
p hola
div
p hola
It works.
_Tiny-slider version_: 2.0
_Browser name && version_: every browser
_OS name && version_:
@hernimen thanks for your feedback.
I will check this within this week and let you know.
Hey, sorry for the delay.
Since I'm not familiar with angularjs, I may not be able to test this shortly.
Maybe someone else can help?
@hernimen you gotta take a look at what actual html angular renders, sometimes it creates extra elements when doing that stuff...
In any case it's not related to this library and I say its more of a support question for stack overflow