myems/myems-admin/app/controllers/settings/costcenter/costcenter.master.controlle...

10 lines
208 B
Python

'use strict';
app.controller('CostCenterMasterController', function($scope) {
$scope.$on('handleEmitCostCenterChanged', function(event) {
$scope.$broadcast('handleBroadcastCostCenterChanged');
});
});