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

11 lines
194 B
Python

'use strict';
app.controller('StoreMasterController', function($scope) {
$scope.$on('handleEmitStoreChanged', function(event) {
$scope.$broadcast('handleBroadcastStoreChanged');
});
});