mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 06:43:24 +00:00
Background image fixes
This commit is contained in:
@@ -9,7 +9,6 @@ angular.module('app').directive('shipyardHeader', ['$rootScope', 'Persist', func
|
||||
scope.ships = DB.ships;
|
||||
scope.allBuilds = Persist.builds;
|
||||
scope.bs = Persist.state;
|
||||
console.log(scope);
|
||||
|
||||
$rootScope.$on('$stateChangeStart',function(){
|
||||
scope.openedMenu = null;
|
||||
|
||||
Reference in New Issue
Block a user