1
0
mirror of https://github.com/sismics/docs.git synced 2026-03-30 13:45:22 +00:00

Search on creation date (server), edit creation date (client)

This commit is contained in:
jendib
2013-07-31 00:07:30 +02:00
parent a8b9148359
commit 871e531c4b
15 changed files with 711 additions and 351 deletions

View File

@@ -18,7 +18,7 @@
<tbody>
<tr ng-click="viewDocument(document.id)" ng-repeat="document in documents.documents">
<td>{{ document.title }}</td>
<td>{{ document.create_date | date: 'short' }}</td>
<td>{{ document.create_date | date: 'yyyy-MM-dd' }}</td>
</tr>
</tbody>
</table>