create all components for new repo page
This commit is contained in:
parent
6ae13096c7
commit
8fae92267e
6 changed files with 36 additions and 9 deletions
|
@ -11,11 +11,6 @@
|
|||
}]);
|
||||
|
||||
function RepoViewCtrl($scope, $routeParams, $location, $timeout, ApiService, UserService, AngularPollChannel, ImageLoaderService, CookieService) {
|
||||
$scope.reactProps = {
|
||||
firstProp: 'Prop 1',
|
||||
secondProp: 'Prop 2'
|
||||
};
|
||||
|
||||
$scope.namespace = $routeParams.namespace;
|
||||
$scope.name = $routeParams.name;
|
||||
|
||||
|
|
Reference in a new issue