From 8d3eff8408d85d46f228a0f11bd6cb1f60ef1d1b Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Wed, 13 Apr 2016 08:01:06 -0400 Subject: #220 - added version to help screen Former-commit-id: 47e519f0e5a47193089178b2afc45f8dc2352e7f --- www/js/HelpCtrl.js | 1 + www/templates/help.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'www') 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(); diff --git a/www/templates/help.html b/www/templates/help.html index 12a185f2..2647dcab 100644 --- a/www/templates/help.html +++ b/www/templates/help.html @@ -10,7 +10,7 @@ - +

zmNinja v{{zmAppVersion}}

-- cgit v1.2.3