Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpillora committed Jul 11, 2015
1 parent 98526bc commit 2d1b976
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ See https://github.com/jpillora/cloud-torrent/labels/core-feature numbered by im

### Overview

Cloud Torrent is a multi-backend torrent client in the cloud.
Cloud Torrent is a torrent client for the cloud.

![overview](https://docs.google.com/drawings/d/1ekyeGiehwQRyi6YfFA4_tQaaEpUaS8qihwJ-s3FT_VU/pub?w=606&h=405)
![overview](https://docs.google.com/drawings/d/1ekyeGiehwQRyi6YfFA4_tQaaEpUaS8qihwJ-s3FT_VU/pub?w=606&h=305)

#### MIT License

Expand Down
4 changes: 4 additions & 0 deletions static/files/js/torrents-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ app.controller("TorrentsController", function($scope, $rootScope, api) {
$scope.downloading = function(f) {
return f.Completed > 0 && f.Completed < f.Chunks;
};

// $scope.downloading = function(f) {
// return f.Completed > 0 && f.Completed < f.Chunks;
// };
});

0 comments on commit 2d1b976

Please sign in to comment.