UNPKG

linagora-rse

Version:
14 lines (12 loc) 273 B
(function(angular) { 'use strict'; angular.module('linagora.esn.profile') .component('profileShow', { templateUrl: '/profile/app/show/profile-show.html', bindings: { user: '<', me: '<', canEdit: '<' } }); })(angular);