Merge branch 'master' of https://bitbucket.org/yackob03/quay
This commit is contained in:
commit
7e8f4ab07b
10 changed files with 67 additions and 9 deletions
|
@ -48,6 +48,9 @@ function GuideCtrl($scope) {
|
|||
function SecurityCtrl($scope) {
|
||||
}
|
||||
|
||||
function ContactCtrl($scope) {
|
||||
}
|
||||
|
||||
function RepoListCtrl($scope, $sanitize, Restangular, UserService, ApiService) {
|
||||
$scope.namespace = null;
|
||||
$scope.page = 1;
|
||||
|
|
Reference in a new issue