Session page

This commit is contained in:
vakrilov
2015-03-21 15:30:54 +02:00
parent 43e1a59ca8
commit b946f0bd9b
10 changed files with 216 additions and 71 deletions

View File

@@ -3,5 +3,8 @@
// Set the start module for the application
application.mainModule = "app/main-page";
// TODO: This is only neede because of the deply script.
application.cssFile = "app/TelerikNEXT/app.css";
// Start the application
application.start();