X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ang%2FcrmAttachment.js;h=b89fe4ca22ef336563860325dccb2dee73f95db2;hb=e13b133314a18edfbcaf305663a92a2600d503f7;hp=35dd1c582fe22fa8396b914c2321e1ff76775b1e;hpb=f9c505543e6e06508b9567e1d04f439e16d6642f;p=civicrm-core.git diff --git a/ang/crmAttachment.js b/ang/crmAttachment.js index 35dd1c582f..b89fe4ca22 100644 --- a/ang/crmAttachment.js +++ b/ang/crmAttachment.js @@ -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) {