diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-16 12:11:06 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-16 12:11:06 -0500 |
| commit | cf93ca01f3d54fca62d4222f110c2a63b526badb (patch) | |
| tree | a76552a6885e73c03e89404e963789e1d93851f6 /www | |
| parent | a9ad89f2eccc77145973b6195ce4e7c5e5f86a20 (diff) | |
nits
Diffstat (limited to 'www')
| -rw-r--r-- | www/index.html | 1 | ||||
| -rw-r--r-- | www/templates/login.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 22e94f23..635b23fc 100644 --- a/www/index.html +++ b/www/index.html @@ -292,6 +292,7 @@ --> <script> + /* global angular, $*/ window.addEventListener('native.keyboardshow', keyboardShowHandler); function keyboardShowHandler(e) { diff --git a/www/templates/login.html b/www/templates/login.html index f907fabb..f05781f9 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -25,7 +25,7 @@ </div> <label> - <ion-toggle ng-model="loginData.enableLowBandwidth" toggle-class="toggle-calm"><span class="item-text-wrap">{{'kLowBandwidth'|translate}}</span> + <ion-toggle ng-mode nl="loginData.enableLowBandwidth" toggle-class="toggle-calm"><span class="item-text-wrap">{{'kLowBandwidth'|translate}}</span> </ion-toggle> </label> <label ng-if="loginData.enableLowBandwidth"> |
