Stub out the repo admin view.
This commit is contained in:
parent
539275d04e
commit
f2ee7772f4
4 changed files with 10 additions and 3 deletions
|
@ -44,3 +44,7 @@ function RepoCtrl($scope, Restangular, $routeParams, $rootScope) {
|
|||
$rootScope.title = 'Unknown Repository';
|
||||
});
|
||||
}
|
||||
|
||||
function RepoAdminCtrl() {
|
||||
|
||||
}
|
Reference in a new issue