This commit is contained in:
Joseph Schorr 2014-01-15 16:11:31 -05:00
commit 7e8f4ab07b
10 changed files with 67 additions and 9 deletions

View file

@ -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;