Open nicky-lenaers opened 9 years ago
To add to this (I also want this fixed if possible), If i use rn-carousel rn-carousel-transition="hexagon"
it works as epxected. if I use data-rn-carousel rn-carousel-transition="hexagon"
or data-rn-carousel data-rn-carousel-transition="hexagon"
I get all my slides displayed (no carousel). However, if I use rn-carousel data-rn-carousel-transition="hexagon"
then it breaks completely and doesn't show any of the slides. No errors in the console. Using carousel version v0.3.13 with angular v1.3.15
I like valid markup, so I prefix my angular apps with
data-
. All works well but...Prefixing the mandatory
rn-carousel
withdata-
breaks the carousel. Prefixing optional attributes likern-carousel-easing
orrn-carousel-duration
, however, does not. So I can verify that I can safely usedata-rn-carousel-easing
anddata-rn-carousel-duration
, but notdata-rn-carousel
.Error I got:
10 $digest() iterations reached. Aborting!
Please fix.