Fixed typo to seed files
This commit is contained in:
parent
5587914253
commit
24dd22d058
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -64,7 +64,7 @@ angular.module('bTorrent', [], function ($compileProvider, $locationProvider) {
|
|||
};
|
||||
$scope.uploadFile2 = function(elem) {
|
||||
$scope.client.processing = true;
|
||||
$scope.client.seed(elem.files, $scope.onTorrent());
|
||||
$scope.client.seed(elem.files, $scope.onTorrent);
|
||||
};
|
||||
|
||||
$scope.fromInput = function() {
|
||||
|
|
Loading…
Reference in a new issue