diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-18 10:38:32 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-18 10:38:32 -0400 |
| commit | 1751f9b5d030540b62d8989b4ac5ad986b4cb634 (patch) | |
| tree | ef1d94b99a1ffa9c24fe2f11736fe2f0cf340357 | |
| parent | 4dd8d93a97cbeccc5cc972e31c44f73ed6c7393e (diff) | |
IOS9 patch for radio-fix
| -rw-r--r-- | www/js/MonitorCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js index 2ed75ee1..5c5a05e8 100644 --- a/www/js/MonitorCtrl.js +++ b/www/js/MonitorCtrl.js @@ -74,7 +74,7 @@ angular.module('zmApp.controllers').controller('zmApp.MonitorCtrl', ['$ionicPopu var getConfig = $ionicPopup.show({ scope: $scope, - template: '<ion-toggle ng-model="monfunc.myenabled" ng-checked="{{monfunc.myenabled}}" toggle-class="toggle-calm">Enabled</ion-toggle><ion-radio ng-repeat="item in monFunctions" ng-value="item.value" ng-model="monfunc.myfunc"> {{item.text}} </ion-radio>', + template: '<ion-toggle ng-model="monfunc.myenabled" ng-checked="{{monfunc.myenabled}}" toggle-class="toggle-calm">Enabled</ion-toggle><ion-radio-fix ng-repeat="item in monFunctions" ng-value="item.value" ng-model="monfunc.myfunc"> {{item.text}} </ion-radio-fix>', title: 'Change Settings for ' + monitorName, |
