X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ang%2FcrmAttachment.js;h=b89fe4ca22ef336563860325dccb2dee73f95db2;hb=05a99b62d0ac436458dff4688c1796b6e53ee072;hp=35dd1c582fe22fa8396b914c2321e1ff76775b1e;hpb=6233e341e2a7ebac0d8c012a207ba8eeae1282ad;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) {