Hide total download count until available

This commit is contained in:
Steve Purcell 2013-09-01 21:36:34 +01:00
parent 63cfc9c296
commit 3f898bca49

View file

@ -1,7 +1,7 @@
<section>
<a name="packages"></a>
<h2>Current List of <span ng-bind="packages.length"></span> Packages
<small>(<span ng-bind="totalDownloads"></span> downloads to date)</small>
<small ng-show="totalDownloads">(<span ng-bind="totalDownloads"></span> downloads to date)</small>
</h2>
<p>
<input type="text" ng-model="searchTerms" placeholder="Enter filter terms" autofocus>