diff options
Diffstat (limited to 'www/js/StateCtrl.js')
| -rw-r--r-- | www/js/StateCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/StateCtrl.js b/www/js/StateCtrl.js index 988a658c..fbf48671 100644 --- a/www/js/StateCtrl.js +++ b/www/js/StateCtrl.js @@ -90,7 +90,7 @@ angular.module('zmApp.controllers').controller('zmApp.StateCtrl', ['$ionicPopup' ZMDataModel.zmLog("List of custom states: " + JSON.stringify($scope.allStateNames)); var getConfig = $ionicPopup.show({ scope: $scope, - template: '<ion-radio ng-repeat="item in allStateNames" ng-value="item" ng-model="myopt.selectedState"> {{item}} </ion-radio>', + template: '<ion-radio-fix ng-repeat="item in allStateNames" ng-value="item" ng-model="myopt.selectedState"> {{item}} </ion-radio-fix>', title: 'Select run state', |
