devmark / angular-slick-carousel

Angular directive for slick-carousel
http://devmark.github.io/angular-slick-carousel/
MIT License
353 stars 125 forks source link

Load css from CDN #110

Closed peter-stanev closed 7 years ago

peter-stanev commented 7 years ago

I can load javascript file from cdn. https://cdnjs.cloudflare.com/ajax/libs/angular-slick-carousel/3.1.7/angular-slick.js

I found it from https://cdnjs.com/libraries/angular-slick-carousel

How can I load css files from CDN? I can't find the link. Usually I am downloading css like this.

<link rel="stylesheet" href="../bower_components/slick-carousel/slick/slick-theme.css">

Looking forward your help

peter-stanev commented 7 years ago

found it.