Formatting labels

Change-Id: I131f27f2f6fcd5cd76f4fbc13c632f7cd1aa17d0
diff --git a/src/routes.ts b/src/routes.ts
index 35723c5..c6de435 100644
--- a/src/routes.ts
+++ b/src/routes.ts
@@ -7,6 +7,10 @@
   $locationProvider.html5Mode(false).hashPrefix('');
   $urlRouterProvider.otherwise('/');
 
+  // TODO onload redirect to correct URL
+  // routes are created asynchronously so by default any time you reload
+  // you end up in /
+
   $stateProvider
     .state('xos', {
       abstract: true,