UNPKG

linagora-rse

Version:
11 lines (8 loc) 233 B
(function() { 'use strict'; angular.module('esn.attachment-list') .factory('esnAttachmentListProviders', esnAttachmentListProviders); function esnAttachmentListProviders(Providers) { return new Providers(); } })();