Loading Animation

This commit is contained in:
Cássio Zen
2016-09-05 17:24:24 -03:00
parent 1c46474384
commit 04db90710b
5 changed files with 89 additions and 17 deletions

View File

@ -49,7 +49,6 @@ class Backend {
entries(collection, page, perPage) {
return this.implementation.entries(collection, page, perPage).then((response) => {
console.log("Got %s entries", response.entries.length);
return {
pagination: response.pagination,
entries: response.entries.map(this.entryWithFormat(collection))