Cache bust the search box when the user changes and fix an NPE in the landing page controller

This commit is contained in:
Joseph Schorr 2013-11-07 22:44:34 -05:00
parent fe69ba5ec1
commit ecd09358ee
2 changed files with 17 additions and 6 deletions

View file

@ -55,6 +55,7 @@ quayApp = angular.module('quay', ['restangular', 'angularMoment', 'angulartics',
username: null,
email: null,
askForPassword: false,
organizations: []
}
var userService = {}