diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-03 12:02:48 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-03 12:02:48 -0500 |
| commit | 18c41c7f01d5441c2820317ea6af41dc3326e3c2 (patch) | |
| tree | e1f733c2c53ad5425bdf15ddb8209a887782b73a /www/templates | |
| parent | c6ee34ac0f54834670395e9640fa6b479acadb74 (diff) | |
#59 - the real issue was in app.js httpInjector but in the process of finding the bug I cleaned up some other stuff too
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/login.html | 4 | ||||
| -rw-r--r-- | www/templates/zm-portal-login.html | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/templates/login.html b/www/templates/login.html index 64c1bca6..99f06b8c 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -71,7 +71,7 @@ - <div ng-if="$root.platformOS != 'unknown'"> + <div ng-if="$root.platformOS != 'desktop'"> <label> <ion-toggle ng-model="loginData.usePin" ng-change="pinPrompt();" @@ -86,7 +86,7 @@ toggle-class="toggle-calm">Use SSL</ion-toggle> </label> - <div ng-if="$root.platformOS != 'unknown'"> + <div ng-if="$root.platformOS != 'desktop'"> <label> <ion-toggle ng-model="loginData.keepAwake" diff --git a/www/templates/zm-portal-login.html b/www/templates/zm-portal-login.html index 2ee7d2e5..67927269 100644 --- a/www/templates/zm-portal-login.html +++ b/www/templates/zm-portal-login.html @@ -1,3 +1,4 @@ + <ion-view view-title="zmNinja" hide-nav-bar="true" hide-back-button="true" cache-view="false"> <!--<ion-view view-title="zmNinja" hide-nav-bar="false" hide-back-button="true" cache-view="false">--> <ion-content class="pin-background" scroll="false"> |
