Merge pull request #2050 from iminoso/layout
Create all components for new repo page
This commit is contained in:
commit
74b6944b0d
8 changed files with 53 additions and 15 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