Plumbing for the contact us page.
This commit is contained in:
parent
a53106be3b
commit
7c93688e30
5 changed files with 45 additions and 3 deletions
|
@ -61,6 +61,9 @@ function GuideCtrl($scope) {
|
|||
function SecurityCtrl($scope) {
|
||||
}
|
||||
|
||||
function ContactCtrl($scope) {
|
||||
}
|
||||
|
||||
function RepoListCtrl($scope, Restangular, UserService) {
|
||||
$scope.namespace = null;
|
||||
|
||||
|
|
Reference in a new issue