UNPKG

electorrent

Version:

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

10 lines (9 loc) 291 B
angular.module("torrentApp").directive('repeatDone', [function() { return function(scope, element, attrs) { element.bind('$create', function(/*event*/) { if (scope.$first) { scope.$eval(attrs.repeatDone); } }); } }]);