From 2daefe0e6c384ccf918d08c78cfd780b1037bfab Mon Sep 17 00:00:00 2001 From: Florian Hartwich Date: Wed, 27 Dec 2017 12:21:41 +0100 Subject: [PATCH] add observable for filter --- .../src/app/statistic/highscore/highscore.component.html | 3 ++- static/src/app/statistic/highscore/highscore.component.ts | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/static/src/app/statistic/highscore/highscore.component.html b/static/src/app/statistic/highscore/highscore.component.html index 775fe7b..040e549 100644 --- a/static/src/app/statistic/highscore/highscore.component.html +++ b/static/src/app/statistic/highscore/highscore.component.html @@ -3,7 +3,7 @@
@@ -58,6 +58,7 @@ + this.filterPlayers()) + .subscribe(); } initData() {