Angular 1.6.9, remove bower

This commit is contained in:
Mo Bitar
2019-01-30 16:16:43 -06:00
parent c6a90ec513
commit 4f42330167
17 changed files with 3722 additions and 3777 deletions

View File

@@ -34,7 +34,7 @@ class ModelManager extends SFModelManager {
}
noteCount() {
return this.notes.length;
return this.notes.filter((n) => !n.dummy).length;
}
removeAllItemsFromMemory() {