Redo header bar to trim options when we can and make the repositories page the default landing page for logged in users

This commit is contained in:
Joseph Schorr 2015-04-08 15:15:21 -04:00
parent af468a8c6a
commit 2e3704f7ba
6 changed files with 47 additions and 32 deletions

View file

@ -12,7 +12,8 @@ function(ApiService, CookieService, $rootScope, Config) {
username: null,
email: null,
organizations: [],
logins: []
logins: [],
beforeload: true
}
var userService = {}