diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-08-28 14:58:46 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-08-28 14:58:46 -0400 |
| commit | 791dabbf04e0ce8b087346f0e111a2d25310d24d (patch) | |
| tree | d23b4339b855c136538932a3b1be3e7c5eaee818 /www/js | |
| parent | 6ea6fe733f91266bfe493e17e2833dbbb2ccea45 (diff) | |
display current run-state in state control list
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/StateCtrl.js | 1 |
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', |
