diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-04-13 08:01:06 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-04-13 08:01:06 -0400 |
| commit | 8d3eff8408d85d46f228a0f11bd6cb1f60ef1d1b (patch) | |
| tree | 830d461ade5003dc83d86b76a2ec8323933b835e /www/js | |
| parent | 239e047ca8c1509ec4a6a7a64b8800eecb51b820 (diff) | |
#220 - added version to help screen
Former-commit-id: 47e519f0e5a47193089178b2afc45f8dc2352e7f
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/HelpCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/HelpCtrl.js b/www/js/HelpCtrl.js index d48c808b..52e7c0f0 100644 --- a/www/js/HelpCtrl.js +++ b/www/js/HelpCtrl.js @@ -33,6 +33,7 @@ $scope.openMenu = function () { $scope.$on('$ionicView.enter', function () { //console.log("**VIEW ** Help Ctrl Entered"); ZMDataModel.setAwake(false); + $scope.zmAppVersion = ZMDataModel.getAppVersion(); |
