Skip to content

ckarumoreira/angular-owl-carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OwlCarousel Angular Directive

A full port of current version of OwlCarousel2 (JQuery-less, using only jqLite from Angular).

Dependencies

  • OwlCarousel2 (CSS only)
  • AngularJS

Initialize Repo

bower install

Usage

<!-- apply "owl-carousel" with its config and items -->
<div class="owl-carousel" config="owlCarouselConfig" items="owlCarouselItems">
</div>

Already Covered Configurations

  • items
  • margin
  • dots
  • dotsEach
  • nav
  • navText
  • stagePadding
  • startPosition
  • navSpeed
  • dotsSpeed
  • mouseDrag
  • touchDrag
  • pullDrag
  • dragEndSpeed
  • slideBy
  • autoplay
  • responsive
  • autoplaySpeed
  • autoplayTimeout
  • autoplayHoverPause

Pending Configurations

  • loop
  • center
  • freeDrag
  • merge
  • mergeFit
  • autoWidth
  • URLhashListener
  • navRewind
  • dotData
  • lazyLoad
  • lazyContent
  • smartSpeed
  • fluidSpeed
  • callbacks
  • responsiveRefreshRate
  • responsiveBaseElement
  • responsiveClass
  • video
  • videoHeight
  • viewWidth
  • animateOut
  • animateIn
  • fallbackEasing
  • info
  • nestedItemSelector
  • itemElement
  • stageElement
  • navContainer
  • dotsContainer

About

A full port of current version of OwlCarousel2 (JQuery-less, using only jqLite from Angular).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors