Skip to content

Commit

Permalink
FIX: Reset default state of showHeader to true
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcu committed Mar 1, 2016
1 parent 30bacb6 commit 3094a45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/common/services/header-service.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ angular.module("doubtfire.common.services.header", [])
.factory("headerService", ($rootScope) ->
# Internal object that stores the menus
$rootScope.headerMenuData = [ ]
# Internal object that stores the visbility of the header
$rootScope.showHeader = true

headerService = {}

Expand Down

0 comments on commit 3094a45

Please sign in to comment.