Angular 1.6.9, remove bower
This commit is contained in:
@@ -34,7 +34,7 @@ class ModelManager extends SFModelManager {
|
||||
}
|
||||
|
||||
noteCount() {
|
||||
return this.notes.length;
|
||||
return this.notes.filter((n) => !n.dummy).length;
|
||||
}
|
||||
|
||||
removeAllItemsFromMemory() {
|
||||
|
||||
Reference in New Issue
Block a user