Sha256: 076019dc9deb030c2c53d89136b6bc5154e42a9f233e87601d36a6e4e74a4ebc

Contents?: true

Size: 662 Bytes

Versions: 7

Compression:

Stored size: 662 Bytes

Contents

<div ng-mouseenter="pause()" ng-mouseleave="play()" class="carousel" ng-swipe-right="prev()" ng-swipe-left="next()">
    <ol class="carousel-indicators" ng-show="slides.length > 1">
        <li ng-repeat="slide in slides track by $index" ng-class="{active: isActive(slide)}" ng-click="select(slide)"></li>
    </ol>
    <div class="carousel-inner" ng-transclude></div>
    <a class="left carousel-control" ng-click="prev()" ng-show="slides.length > 1"><span class="glyphicon glyphicon-chevron-left"></span></a>
    <a class="right carousel-control" ng-click="next()" ng-show="slides.length > 1"><span class="glyphicon glyphicon-chevron-right"></span></a>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dashstrap-1.1.0 app/views/angular/fields/carousel/carousel.html
dashstrap-1.0.0 app/views/angular/fields/carousel/carousel.html
dashstrap-0.2.3 app/views/angular/fields/carousel/carousel.html
dashstrap-0.2.2 app/views/angular/fields/carousel/carousel.html
dashstrap-0.2.1 app/views/angular/fields/carousel/carousel.html
dashstrap-0.2.0 app/views/angular/fields/carousel/carousel.html
dashstrap-0.1.0 app/views/angular/fields/carousel/carousel.html