spacing
This commit is contained in:
parent
a5f3214e97
commit
3b08583342
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue