rename has to feed
This commit is contained in:
parent
e73dd45c43
commit
81225975f7
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ function FeedListCtrl($scope, feeds, pageSwitcher, $location) {
|
|||
}
|
||||
};
|
||||
|
||||
$scope.goToFeed = function(hash) {
|
||||
$location.path('/feed/'+hash);
|
||||
$scope.goToFeed = function(feedId) {
|
||||
$location.path('/feed/' + feedId);
|
||||
};
|
||||
|
||||
pageSwitcher.change('feeds');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue