summaryrefslogtreecommitdiff
path: root/www/js/StateCtrl.js
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-09-17 16:44:48 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-09-17 16:44:48 -0400
commit4dd8d93a97cbeccc5cc972e31c44f73ed6c7393e (patch)
treea731727e6e7c892f67bfc99d08bb2b452f188048 /www/js/StateCtrl.js
parentdf19b39f1d8a4440b9c83fd297ea7d7748ca7cc9 (diff)
more IOS9 compatibility patches
Diffstat (limited to 'www/js/StateCtrl.js')
-rw-r--r--www/js/StateCtrl.js2
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',