Open mohsen1 opened 8 years ago
When using angular-slick with CommonJS require statements it's not possible to retrieve the AngularJS module name from the module.
require
Most AngularJS modules published to npm export the module name string value so they can be used like following example:
angular.module('myApp', [require('angular-resource')]);
When using angular-slick with CommonJS
require
statements it's not possible to retrieve the AngularJS module name from the module.Most AngularJS modules published to npm export the module name string value so they can be used like following example: