From 4dd8d93a97cbeccc5cc972e31c44f73ed6c7393e Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Thu, 17 Sep 2015 16:44:48 -0400 Subject: more IOS9 compatibility patches --- www/js/StateCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js') 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: ' {{item}} ', + template: ' {{item}} ', title: 'Select run state', -- cgit v1.2.3