create all components for new repo page

This commit is contained in:
Ian Minoso 2016-10-28 18:39:34 -04:00
parent 6ae13096c7
commit 8fae92267e
6 changed files with 36 additions and 9 deletions

View file

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