diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-20 10:32:42 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-20 10:32:42 -0500 |
| commit | 8cc0496efc897a7fc9b03be30839b4dc6f25c071 (patch) | |
| tree | 4c3ed4598c75bbb485a62793519404f035a8e5c8 /www/js | |
| parent | fcbe79419c77116f1fbd539f4ce8c16ffecfe437 (diff) | |
#90 - toggle label beween 'fill screen' and 'fit screen' so its easier to understand. Also switched default to fit
Former-commit-id: c16f04a43f8be2cb2c20e377cb6a3ea2f6fb511f
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/ModalCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/ModalCtrl.js b/www/js/ModalCtrl.js index b57e390e..7679d691 100644 --- a/www/js/ModalCtrl.js +++ b/www/js/ModalCtrl.js @@ -27,7 +27,7 @@ angular.module('zmApp.controllers').controller('ModalCtrl', ['$scope', '$rootSco }); $scope.animationInProgress = false; - $scope.imageFit = false; + $scope.imageFit = true; // FIXME: This is a hack - for some reason // the custom slider view is messed up till the image loads // in modal view |
