UNPKG

electorrent

Version:

An Electron/Node/AngularJS remote client app for uTorrent server

14 lines (11 loc) 286 B
angular.module("torrentApp").directive('labelsDropdown', [function() { return { restrict: 'A', templateUrl: './views/misc/labels.html', scope: { enabled: '=?', action: '=', labels: '=' } }; }]);