diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/login.html b/www/templates/login.html index 05ada193..28e340e8 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -15,7 +15,7 @@ </label> </div> <label> - <ion-toggle ng-mode nl="loginData.enableLowBandwidth" toggle-class="toggle-calm"><span class="item-text-wrap">{{'kLowBandwidth'|translate}}</span> + <ion-toggle ng-model="loginData.enableLowBandwidth" toggle-class="toggle-calm"><span class="item-text-wrap">{{'kLowBandwidth'|translate}}</span> </ion-toggle> </label> <label ng-if="loginData.enableLowBandwidth"> |
