UNPKG

linagora-rse

Version:
20 lines (17 loc) 503 B
(function() { 'use strict'; angular.module('esn.user-notification') .component('esnUserNotificationList', esnUserNotificationList()); function esnUserNotificationList() { return { bindings: { elementsPerPage: '=?', scrollInsideContainer: '@?', hidePopover: '&' }, controller: 'EsnUserNotificationListController', controllerAs: 'ctrl', templateUrl: '/views/modules/user-notification/list/user-notification-list.html' }; } })();