From 95d3e0c286be51967bfa9036581068420b3e0a2b Mon Sep 17 00:00:00 2001 From: Terence Ng Date: Sat, 23 Apr 2016 20:41:21 +0800 Subject: [PATCH] remove ionNavView since it causes a display bug of reactivity --- app/packages/smartix-ui-master/master/master_layout.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/packages/smartix-ui-master/master/master_layout.html b/app/packages/smartix-ui-master/master/master_layout.html index 28bf3a72..91be7bd0 100644 --- a/app/packages/smartix-ui-master/master/master_layout.html +++ b/app/packages/smartix-ui-master/master/master_layout.html @@ -51,14 +51,15 @@

Hi, {{getUserName}} !

{{/ionSideMenu}} {{#ionSideMenuContent}} + {{{customizeTheme}}} {{#unless isActiveRoute regex='language|Login'}} {{> ionNavBar name="smartix"}} {{/unless}} - {{#ionNavView}} + {{> status}} {{> yield}} - {{/ionNavView}} + {{#if isActiveRoute regex='TabChat|TabYou|TabClasses'}} {{> Tabs}} {{/if}}