Remove rogue console.log
This commit is contained in:
parent
ddf6c5b8ce
commit
94f2aef0a7
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ angular.module("robware", ['ngAnimate'], ["$httpProvider", function($httpProvide
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
angular.module("robware").controller("main", ['$scope', '$rootScope', function ($scope, $rootScope) {
|
angular.module("robware").controller("main", ['$scope', '$rootScope', function ($scope, $rootScope) {
|
||||||
console.log(123);
|
|
||||||
var largeWindowBoundary = 1023;
|
var largeWindowBoundary = 1023;
|
||||||
|
|
||||||
$scope.menuVisible = false;//window.innerWidth > largeWindowBoundary;
|
$scope.menuVisible = false;//window.innerWidth > largeWindowBoundary;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue