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

9 lines
207 B
Python

'use strict';
app.controller('DataSourceMasterController', function($scope) {
$scope.$on('handleEmitDataSourceChanged', function(event) {
$scope.$broadcast('handleBroadcastDataSourceChanged');
});
});