diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-03 08:32:13 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-03 08:32:13 -0400 |
| commit | 5d11ab12195dcc70192e706fbbfd106cd7d7f24d (patch) | |
| tree | 0cdee3b274b030260c3a9be98d4d219c28603a32 /www/js/LogCtrl.js | |
| parent | 15f501727a91bc4fdf2c155d572cf00c11436eef (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.js | 5 |
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(); //-------------------------------------------------------------------------- |
