Skip to content

Commit

Permalink
Remove unused RepositoryController route (#149)
Browse files Browse the repository at this point in the history
as far as I can tell, there is no `RepositoryController` controller, so
this route is not useful.
  • Loading branch information
msabramo authored and kwk committed Dec 13, 2016
1 parent 3ad864b commit bed7564
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ angular
when('/repository/:repositoryName', {
templateUrl: 'repository/repository-detail.html',
controller: 'RepositoryDetailController'
}).
when('/repository/:repositoryUser/:repositoryName/tags/:searchName?', {
templateUrl: 'repository/repository-detail.html',
controller: 'RepositoryController',
}).
when('/about', {
templateUrl: 'about.html',
Expand Down

0 comments on commit bed7564

Please sign in to comment.