Skip to content

Instantly share code, notes, and snippets.

@codfish
Last active November 20, 2017 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codfish/4f7753423570847bf3f9d96912bd9e70 to your computer and use it in GitHub Desktop.
Save codfish/4f7753423570847bf3f9d96912bd9e70 to your computer and use it in GitHub Desktop.
AngularJS 1.x Slick Carousel Directive
<div class="slick-slider clearfix"
data-slick-carousel
data-slides="gallery.slides"
data-interstitial="gallery.interstitial"
data-settings="{}"
data-active="gallery.active"
data-onchange="gallery.onAfterChange"
data-count="gallery.slides.length"
data-interstitial-link="gallery.interstitial.link"
data-autoplay="true"
data-responsive="false"
data-state="ready"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment