From 87ebb223f05a58290d80a32d87f9ea643468899d Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Tue, 13 Oct 2015 13:07:19 -0400 Subject: https://github.com/pliablepixels/zmNinja/issues/34 - the problem was not using ng-show in template --- www/js/TimelineCtrl.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js') 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', -- cgit v1.2.3