diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-13 13:07:19 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-13 13:07:19 -0400 |
| commit | 87ebb223f05a58290d80a32d87f9ea643468899d (patch) | |
| tree | 0af9ddd9f8cfafdb3ec68689634662006c1985b6 /www/js/TimelineCtrl.js | |
| parent | efb517890a542946e164e9bdab98e4421329a0d5 (diff) | |
https://github.com/pliablepixels/zmNinja/issues/34 - the problem was not using ng-show in template
Diffstat (limited to 'www/js/TimelineCtrl.js')
| -rw-r--r-- | www/js/TimelineCtrl.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js index 3157e516..1afa1141 100644 --- a/www/js/TimelineCtrl.js +++ b/www/js/TimelineCtrl.js @@ -446,6 +446,7 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla $scope.toggleNav = function () { if (navControls == true) { navControls = !navControls; + // $scope.navControls = navControls; // give out animation time $timeout(function () { $scope.navControls = navControls; @@ -734,7 +735,7 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla size: 'small', background: '#982112', - isOpen: false, + isOpen: true, toggleOnClick: false, button: { cssClass: 'fa fa-compress fa-2x', |
