diff --git a/www/index.html b/www/index.html index f30cf5e..4fe479a 100644 --- a/www/index.html +++ b/www/index.html @@ -26,7 +26,6 @@
- ...
diff --git a/www/routes.js b/www/routes.js index 134d32f..113aae2 100644 --- a/www/routes.js +++ b/www/routes.js @@ -28,7 +28,7 @@ console.log("Compiled page templates."); var routes = [ { path: '/welcome', - templateUrl: './pages/welcome.html', + content: compiledPages.welcome(), name: 'welcome', on: { pageAfterIn: function () {