UNPKG

linagora-rse

Version:
12 lines (10 loc) 273 B
(function(angular) { 'use strict'; angular.module('linagora.esn.profile') .component('profileShowSubheader', { templateUrl: '/profile/app/show/subheader/profile-show-subheader.html', bindings: { showEditButton: '<' } }); })(angular);