Cache bust the search box when the user changes and fix an NPE in the landing page controller
This commit is contained in:
parent
fe69ba5ec1
commit
ecd09358ee
2 changed files with 17 additions and 6 deletions
|
@ -55,6 +55,7 @@ quayApp = angular.module('quay', ['restangular', 'angularMoment', 'angulartics',
|
|||
username: null,
|
||||
email: null,
|
||||
askForPassword: false,
|
||||
organizations: []
|
||||
}
|
||||
|
||||
var userService = {}
|
||||
|
|
Reference in a new issue