Open mohsen1 opened 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.
angular.module('MyApp', [require('angular-slick-carousel'])
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.