summaryrefslogtreecommitdiff
path: root/www/js/LogCtrl.js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-07-03 08:32:13 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-07-03 08:32:13 -0400
commit5d11ab12195dcc70192e706fbbfd106cd7d7f24d (patch)
tree0cdee3b274b030260c3a9be98d4d219c28603a32 /www/js/LogCtrl.js
parent15f501727a91bc4fdf2c155d572cf00c11436eef (diff)
fixed a nasty scaling bug -- size was getting corrupted because I was adding strings
Diffstat (limited to 'www/js/LogCtrl.js')
-rw-r--r--www/js/LogCtrl.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/js/LogCtrl.js b/www/js/LogCtrl.js
index 92b0aaad..942bd8da 100644
--- a/www/js/LogCtrl.js
+++ b/www/js/LogCtrl.js
@@ -7,7 +7,10 @@ angular.module('zmApp.controllers').controller('zmApp.LogCtrl', ['$scope', '$roo
$ionicSideMenuDelegate.toggleLeft();
};
-
+ //---------------------------------------------------------------
+ // Controller main
+ //---------------------------------------------------------------
+ $scope.zmAppVersion = ZMDataModel.getAppVersion();
//--------------------------------------------------------------------------