angular-carousel icon indicating copy to clipboard operation
angular-carousel copied to clipboard

rn-carousel-controls doesn't present controls

Open aviadhahami opened this issue 7 years ago • 0 comments

Hey, I'm unable to get the controls to appear.. this is my code

  <ul rn-carousel rn-carousel-controls rn-carousel-auto-slide rn-carousel-duration="1200"
      rn-carousel-index="$ctrl.carouselIndex"
      class="carousel-container" ng-if="!!$ctrl.carouselFeed">

and this is the presented DOM image

As you can see, the controls template isn't there.

Any idea?

aviadhahami avatar Nov 07 '16 10:11 aviadhahami