Merge pull request #14686 from eileenmcnaughton/search_cancel
[civicrm-core.git] / ang / crmAttachment.js
index 35dd1c582fe22fa8396b914c2321e1ff76775b1e..b89fe4ca22ef336563860325dccb2dee73f95db2 100644 (file)
@@ -1,7 +1,7 @@
 /// crmFile: Manage file attachments
 (function (angular, $, _) {
 
-  angular.module('crmAttachment', ['angularFileUpload']);
+  angular.module('crmAttachment', CRM.angRequires('crmAttachment'));
 
   // crmAttachment manages the list of files which are attached to a given entity
   angular.module('crmAttachment').factory('CrmAttachments', function (crmApi, crmStatus, FileUploader, $q) {