Validating form fields on the client

Change-Id: I33a0c2417d73d7974e4dc0c2f9f77f3984508606
diff --git a/src/app/core/header/header.ts b/src/app/core/header/header.ts
index a7cba72..92d402d 100644
--- a/src/app/core/header/header.ts
+++ b/src/app/core/header/header.ts
@@ -71,6 +71,7 @@
 
     // redirect to selected page
     this.routeSelected = (item: IXosNavigationRoute) => {
+      console.log(`go to: ${item.state}`);
       this.$state.go(item.state);
       this.query = null;
     };