client/views: refactor rendering

This commit is contained in:
rr-
2016-04-08 10:35:38 +02:00
parent 7871c69aa3
commit 0ceaa8da42
15 changed files with 147 additions and 97 deletions

View File

@ -16,7 +16,7 @@ class HomeController {
indexRoute() {
topNavController.activate('home');
this.homeView.render();
this.homeView.render({});
}
notFoundRoute() {