bansho/app/components/directive/table/cell_config_host_use/cell_config_host_use.js

12 lines
315 B
JavaScript

'use strict';
angular.module('bansho.table.cell_config_host_use', ['bansho.table'])
.controller('CellConfigHostUseCtrl', [function () {
angular.noop();
}])
.run(['tableGlobalConfig', function (tableGlobalConfig) {
tableGlobalConfig.cellToFieldsMap.config_host_use = ['use'];
}]);