mirror of https://github.com/portainer/portainer
10 lines
198 B
JavaScript
10 lines
198 B
JavaScript
import angular from 'angular';
|
|||
|
|||
angular.module('portainer.edge').component('edgeGroupsSelector', {
|
|||
templateUrl: './edgeGroupsSelector.html',
|
|||
bindings: {
|
|||
model: '=',
|
|||
items: '<',
|
|||
},
|
|||
});
|