mirror of https://github.com/portainer/portainer
12 lines
277 B
JavaScript
12 lines
277 B
JavaScript
![]() |
import angular from 'angular';
|
||
|
|
||
|
import { NodeSelectorController } from './nodeSelectorController';
|
||
|
|
||
![]() |
angular.module('portainer.agent').component('nodeSelector', {
|
||
![]() |
templateUrl: './nodeSelector.html',
|
||
![]() |
controller: NodeSelectorController,
|
||
![]() |
bindings: {
|
||
![]() |
model: '=',
|
||
|
},
|
||
![]() |
});
|