rename has to feed

This commit is contained in:
Colin Frei 2013-07-29 17:39:18 +02:00
parent e73dd45c43
commit 81225975f7

View file

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