diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-06-24 18:47:42 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-06-24 18:47:42 -0400 |
| commit | 855a0e8ddc273b58066530a1b55a946021dfc56e (patch) | |
| tree | 26550033e855a31a265fc2da4da3df0cc2733dc1 /www/templates/login.html | |
| parent | d442629aa825aab6bc55ab6be19e3aba060867fe (diff) | |
Cleaned up code, commented, preparing for HTTPS via CordovaHTTP
Diffstat (limited to 'www/templates/login.html')
| -rw-r--r-- | www/templates/login.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/templates/login.html b/www/templates/login.html index bf1fc487..e0eb8b33 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -26,8 +26,13 @@ <label class="item item-input"> <input autocapitalize="none" type="text" placeholder="ZM Api URL" ng-model="loginData.apiurl"> </label> + + <label > + <ion-toggle ng-model="loginData.useSSL" ng-checked="{{loginData.useSSL}}" toggle-class="toggle-calm">Use SSL</ion-toggle> + </label> + </div> - <button class="button button-block button-balanced icon ion-locked" ng-click="login()"> Save</button> + <button class="button button-block button-balanced icon ion-locked" ng-click="save()"> Save</button> </ion-content> </ion-view> |
