Use the object-based ngRepeat syntax. (not compatible with buffering)
{{ label }}
togglable carousel via ng-if
If you use ng-if, be sure to use the dot-notation syntax for the index binding as it creates a child scope.
#{{ $index + 1 }}
Autoplay slider
By adding rn-carousel-auto-slide with an integer value will make the slider automatically change the visible slide after n seconds
By adding rn-carousel-pause-on-hover="true" the slide will pause on mouse hover and start on mouse leave