Tiny-slider: Does not support ng-repeat in angularjs 1.6

Created on 27 Sep 2017  路  3Comments  路  Source: ganlanyuan/tiny-slider

__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_:

question

All 3 comments

@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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

martincapek picture martincapek  路  4Comments

fritzmg picture fritzmg  路  4Comments

CristianEstiber picture CristianEstiber  路  3Comments

snnsnn picture snnsnn  路  3Comments

stu-fu picture stu-fu  路  3Comments