UNPKG

linagora-rse

Version:
12 lines (10 loc) 280 B
(function(angular) { 'use strict'; angular.module('esn.community').component('communityAbout', { bindings: { community: '=' }, controller: 'communityAboutController', templateUrl: '/views/modules/community/about/community-about.html' }); })(angular);