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 | |
| parent | 239e047ca8c1509ec4a6a7a64b8800eecb51b820 (diff) | |
#220 - added version to help screen
Former-commit-id: 47e519f0e5a47193089178b2afc45f8dc2352e7f
| -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"> |
