portainer/app/directives/taskList/por-task-list.js

9 lines
210 B
JavaScript

angular.module('portainer').component('porTaskList', {
templateUrl: 'app/directives/taskList/porTaskList.html',
controller: 'porTaskListController',
bindings: {
'tasks': '<',
'nodes': '<'
}
});