From c08c1bbfa9605ce132cd362f6f3da2dd109f531a Mon Sep 17 00:00:00 2001 From: Javier Date: Tue, 7 Jun 2016 11:10:16 -0300 Subject: [PATCH] on-tap instead ng-click on topbar menu toggle --- public/views/includes/topbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/views/includes/topbar.html b/public/views/includes/topbar.html index 75fd7f614..c26d18381 100644 --- a/public/views/includes/topbar.html +++ b/public/views/includes/topbar.html @@ -2,7 +2,7 @@ class="tab-bar" ng-style="{'background-color': noColor ? '#4B6178' : index.backgroundColor}">
+ on-tap="index.toggleLeftMenu()">