portainer/app/directives/serviceList/por-service-list.js

9 lines
225 B
JavaScript

angular.module('portainer').component('porServiceList', {
templateUrl: 'app/directives/serviceList/porServiceList.html',
controller: 'porServiceListController',
bindings: {
'services': '<',
'nodes': '<'
}
});