Fix navbar menu on small devices

This commit is contained in:
Gustavo Cortez 2014-04-20 19:39:16 -03:00
commit cb887ca778
3 changed files with 12 additions and 2 deletions

View file

@ -47,4 +47,5 @@ angular.module('copay.header').controller('HeaderController',
$rootScope.flashMessage = {};
};
$rootScope.isCollapsed = true;
});