1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-17 03:31:48 +00:00

Bugfix, display number of documents found

This commit is contained in:
jendib
2013-08-01 00:35:27 +02:00
parent e0bccf7121
commit 4d50b220a2
4 changed files with 6 additions and 3 deletions

View File

@@ -49,6 +49,9 @@
<div class="text-center">
<pagination num-pages="numPages" max-size="5" current-page="currentPage"></pagination>
</div>
<div class="text-right">
{{ totalDocuments }} document{{ totalDocuments > 1 ? 's' : '' }} found
</div>
</div>
<div class="span8 well">
<div ui-view="document"></div>