Use thousands separators in total downloads figure

This commit is contained in:
Steve Purcell 2013-10-06 08:50:52 +01:00
parent b47000c35a
commit 32bdffddab

View file

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