[Mobile] Reformat of menu

Reformats menu to move the
arrow to the right and now
that is what selects an object.
Pressing the actual menu item will
enact the dropdown menu. This
only happens on mobile platforms.
This commit is contained in:
Shivam Dave
2015-07-21 13:29:45 -07:00
parent dcdafbaebf
commit 56e51ea32a
9 changed files with 204 additions and 27 deletions

View File

@@ -143,8 +143,6 @@ define(
$scope.treeSlide = function () {
$scope.treeClass = !$scope.treeClass;
// FUTURE: Remove before merge
console.log($scope.treeClass ? "browse-showtree" : "browse-hidetree");
};
// Listen for changes in navigation state.