This commit is contained in:
Alex Wolfe 2015-05-03 19:10:10 -07:00
parent a5f3214e97
commit 3b08583342
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@
*/
angularIO.controller('AppCtrl', ['$scope', '$mdDialog', '$timeout', function($scope, $mdDialog, $timeout) {
$scope.showDocsNav = false;
$scope.showMainNav = false;
$scope.showMenu = false;
@ -27,6 +26,7 @@ angularIO.controller('AppCtrl', ['$scope', '$mdDialog', '$timeout', function($sc
$scope.showMenu = !$scope.showMenu;
};
/*
* Prettify Code
*