diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/HelpCtrl.js | 1 | ||||
| -rw-r--r-- | www/templates/help.html | 2 |
2 files changed, 2 insertions, 1 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(); 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 @@ <ion-content class="padding"> - + <p><small>zmNinja v{{zmAppVersion}}</small></p> <div class="list"> <ion-item class="item-text-wrap"> |
