From 2d1b976c176bb8f6e7bb64e3791e79c5e4418a15 Mon Sep 17 00:00:00 2001 From: Jaime Pillora Date: Sun, 12 Jul 2015 03:49:14 +1000 Subject: [PATCH] docs --- README.md | 4 ++-- static/files/js/torrents-controller.js | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af14a30b6..799d1b778 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/static/files/js/torrents-controller.js b/static/files/js/torrents-controller.js index 5815cc3c0..027d27d3f 100644 --- a/static/files/js/torrents-controller.js +++ b/static/files/js/torrents-controller.js @@ -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; + // }; }); \ No newline at end of file