diff options
Diffstat (limited to 'www/js/TimelineCtrl.js')
| -rw-r--r-- | www/js/TimelineCtrl.js | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js index d30118c0..1fdb03a9 100644 --- a/www/js/TimelineCtrl.js +++ b/www/js/TimelineCtrl.js @@ -430,8 +430,8 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla } else { - element.removeClass("animated bounceInRight"); - element.addClass("animated bounceOutLeft"); + element.removeClass("animated bounceInRight"); + element.addClass("animated bounceOutLeft"); } }; @@ -677,15 +677,15 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla $scope.radialMenuOptions = { content: '', - size:"small", + size:'small', background: '#982112', - isOpen: true, + isOpen: false, toggleOnClick: false, button: { - cssClass: "fa fa-compress fa-2x", - size:"small", - onclick: function() { timeline.fit();} + cssClass: 'fa fa-compress fa-2x', + size:'small', + onclick: function() { console.log ("fitting");timeline.fit();} }, items: [ { @@ -791,7 +791,8 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla } }, ]}; - + + |
