UNPKG

linagora-rse

Version:
13 lines (11 loc) 333 B
(function(angular) { 'use strict'; angular.module('esn.business-hours') .component('esnBusinessHoursWorkingDays', { templateUrl: '/views/modules/business-hours/working-days/working-days', bindings: { daysOfWeek: '=' }, controller: 'esnBusinessHoursWorkingDaysController' }); })(angular);