summaryrefslogtreecommitdiff
path: root/www/js/StateCtrl.js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-08-28 14:58:46 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-08-28 14:58:46 -0400
commit791dabbf04e0ce8b087346f0e111a2d25310d24d (patch)
treed23b4339b855c136538932a3b1be3e7c5eaee818 /www/js/StateCtrl.js
parent6ea6fe733f91266bfe493e17e2833dbbb2ccea45 (diff)
display current run-state in state control list
Diffstat (limited to 'www/js/StateCtrl.js')
-rw-r--r--www/js/StateCtrl.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/StateCtrl.js b/www/js/StateCtrl.js
index 29cf04e0..c346e0ec 100644
--- a/www/js/StateCtrl.js
+++ b/www/js/StateCtrl.js
@@ -92,6 +92,7 @@ angular.module('zmApp.controllers').controller('zmApp.StateCtrl', ['$ionicPopup'
title: 'Select run state',
+ subTitle: 'current state:'+$scope.customState ? ("current state: " + $scope.customState):"",
buttons: [
{
text: 'Cancel',