linagora-rse
Version:
14 lines (10 loc) • 326 B
JavaScript
(function() {
'use strict';
angular.module('esn.user-notification')
.component('esnUserNotificationSubheader', esnUserNotificationSubheader());
function esnUserNotificationSubheader() {
return {
templateUrl: '/views/modules/user-notification/subheader/user-notification-subheader.html'
};
}
})();