UNPKG

linagora-rse

Version:
14 lines (12 loc) 371 B
(function(angular) { 'use strict'; angular.module('esn.business-hours') .component('esnBusinessHoursWorkingHours', { templateUrl: '/views/modules/business-hours/working-hours/working-hours', bindings: { start: '=', // string like 08:40 end: '=' }, controller: 'esnBusinessHoursWorkingHoursController' }); })(angular);