devmark / angular-slick-carousel

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

CommonJS compatibility #67

Open mohsen1 opened 8 years ago

mohsen1 commented 8 years ago

Can you please make this module work with CommonJS? You need to export the AngularJS module name so it can be used with angular.module('MyApp', [require('angular-slick-carousel']) syntax.