Background image fixes

This commit is contained in:
Colin McLeod
2015-05-03 16:58:19 -07:00
parent 72974a8532
commit 508679c185
8 changed files with 11 additions and 20 deletions

View File

@@ -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;