diff options
author | Tomi Virkki <tomivirkki@users.noreply.github.com> | 2016-01-14 10:53:30 +0200 |
---|---|---|
committer | Tomi Virkki <tomivirkki@users.noreply.github.com> | 2016-01-14 10:53:30 +0200 |
commit | 84fc96b00ee92566cee94ee7ca699e66cc5476a8 (patch) | |
tree | 1b6c2a3af9794b2f372022dec9daa6fe0f222b30 /demo | |
parent | 1b259c11bc8ccaf8fbdebfdf4cff20b51b1c7bb6 (diff) | |
download | vaadin-core-84fc96b00ee92566cee94ee7ca699e66cc5476a8.tar.gz vaadin-core-84fc96b00ee92566cee94ee7ca699e66cc5476a8.zip |
Update angular2.html
Diffstat (limited to 'demo')
-rw-r--r-- | demo/angular2.html | 2 |
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(); } |