Skip to content

Commit

Permalink
refactor(examples): minor tweak (#5017)
Browse files Browse the repository at this point in the history
  • Loading branch information
pouria-azad committed May 10, 2024
1 parent 239a2a8 commit 89c4c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/angular-todomvc/src/app/store.ts
Expand Up @@ -50,7 +50,7 @@ export class TodoStore {
}

removeCompleted() {
this.todos = this.getWithCompleted(false);
this.todos = this.getRemaining();
this.updateStore();
}

Expand Down

0 comments on commit 89c4c7e

Please sign in to comment.