summaryrefslogtreecommitdiffstats
path: root/demo
diff options
context:
space:
mode:
authorTomi Virkki <tomivirkki@users.noreply.github.com>2016-01-14 10:53:30 +0200
committerTomi Virkki <tomivirkki@users.noreply.github.com>2016-01-14 10:53:30 +0200
commit84fc96b00ee92566cee94ee7ca699e66cc5476a8 (patch)
tree1b6c2a3af9794b2f372022dec9daa6fe0f222b30 /demo
parent1b259c11bc8ccaf8fbdebfdf4cff20b51b1c7bb6 (diff)
downloadvaadin-core-84fc96b00ee92566cee94ee7ca699e66cc5476a8.tar.gz
vaadin-core-84fc96b00ee92566cee94ee7ca699e66cc5476a8.zip
Update angular2.html
Diffstat (limited to 'demo')
-rw-r--r--demo/angular2.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/angular2.html b/demo/angular2.html
index 8732134..c0bf35f 100644
--- a/demo/angular2.html
+++ b/demo/angular2.html
@@ -98,7 +98,7 @@ layout: page
}
onFilterChange() {
- this.grid.refreshItems();
+ this.grid.async(() => this.grid.refreshItems());
this.grid.scrollToStart();
}