[Mobile] Clean-Up

Removed unused menu button and
cleaned up treeCl to be treeClass.
This commit is contained in:
Dave
2015-07-09 15:14:36 -07:00
parent 40d53f941f
commit 635e1eda69
3 changed files with 4 additions and 8 deletions

View File

@@ -142,7 +142,7 @@ define(
};
$scope.treeSlide = function () {
$scope.treeCl = !$scope.treeCl;
$scope.treeClass = !$scope.treeClass;
};
// Listen for changes in navigation state.