WIP: Collection home

This commit is contained in:
Tom Moor
2017-11-19 20:16:49 -08:00
parent 505310c172
commit 2143a87671
12 changed files with 133 additions and 88 deletions

View File

@ -39,6 +39,11 @@ class Collection extends BaseModel {
return true;
}
@computed
get isEmpty(): boolean {
return this.documents.length === 0;
}
/* Actions */
@action