UNPKG

linagora-rse

Version:
15 lines (13 loc) 274 B
(function() { 'use strict'; angular.module('esn.attachment') .component('esnAttachment', { bindings: { attachment: '<', gallery: '<', preview: '<', viewer: '<' }, controller: 'ESNAttachmentController' }); })();