]> source.dussan.org Git - vaadin-core.git/commitdiff
Update angular2.html
authorTomi Virkki <tomivirkki@users.noreply.github.com>
Thu, 14 Jan 2016 08:53:30 +0000 (10:53 +0200)
committerTomi Virkki <tomivirkki@users.noreply.github.com>
Thu, 14 Jan 2016 08:53:30 +0000 (10:53 +0200)
demo/angular2.html

index 8732134d21d0c61f26d500ed618813e5a5cc3a4a..c0bf35fced61b8976228de6c8596cc5dbc619238 100644 (file)
@@ -98,7 +98,7 @@ layout: page
           }
 
           onFilterChange() {
-            this.grid.refreshItems();
+            this.grid.async(() => this.grid.refreshItems());
             this.grid.scrollToStart();
           }