GUAC-807 Fixed login page error, minify button usage, and menu initial state.

This commit is contained in:
James Muehlner
2014-11-05 22:41:46 -08:00
parent fa68aa7d80
commit 4c34220c65
3 changed files with 3 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ angular.module('home').controller('clientController', ['$scope', '$routeParams',
$scope.clientProperties = {scale: 1};
// Hide menu by default
$scope.menuShown = true;
$scope.menuShown = false;
/*
* Parse the type, name, and id out of the url paramteres,