You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/03/26 22:28:07 UTC

[20/20] git commit: CB-6355: Fixed download list on homepage

CB-6355: Fixed download list on homepage


Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/a2f4387d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/a2f4387d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/a2f4387d

Branch: refs/heads/refactor
Commit: a2f4387dc7ab80b94048c38f55ac053aff5166ee
Parents: 64ab322
Author: Steven Gill <st...@gmail.com>
Authored: Wed Mar 26 14:27:13 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Mar 26 14:27:13 2014 -0700

----------------------------------------------------------------------
 README.md                            | 2 +-
 attachments/partials/views/home.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/a2f4387d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index fe03d31..c1d0c9f 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ git clone https://git-wip-us.apache.org/repos/asf/cordova-registry-web.git
 ```
 In your terminal, navigate to the cordova-registry-web directory and run `git checkout refactor` and `npm install`. This will install the dependencies required to deploy locally for the refactor branch.
 
-We also need to install the `grunt-cli` globally. Type `npm install grunt-cli -g`. 
+We also need to install the `grunt-cli` and `couchapp` globally. Type `npm install grunt-cli -g` and `npm install couchapp -g`. 
 
 ### Clone Cordova-Registry repo
 If you are interested in publishing plugins to your local repo, you will need this repo.

http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/a2f4387d/attachments/partials/views/home.html
----------------------------------------------------------------------
diff --git a/attachments/partials/views/home.html b/attachments/partials/views/home.html
index 71c94ce..750641d 100644
--- a/attachments/partials/views/home.html
+++ b/attachments/partials/views/home.html
@@ -59,7 +59,7 @@
 		</div>		
 
 		<div class="row home-plugin-listing">
-			<div class="column-12--hand column-6--lap center">
+			<div class="column-12--hand column-6--lap center" ng-model="mostDownloaded">
 				<div ng-repeat="plugin in mostDownloaded">
 					<div class="row">
 						<div class="column-4--hand column-1--lap offset-4--lap">