myems/myems-admin/app/controllers/settings/gateway/gateway.master.controller.js

10 lines
199 B
Python

'use strict';
app.controller('GatewayMasterController', function($scope) {
$scope.$on('handleEmitGatewayChanged', function(event) {
$scope.$broadcast('handleBroadcastGatewayChanged');
});
});