diff options
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(); //-------------------------------------------------------------------------- |
