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) {
|
$scope.goToFeed = function(feedId) {
|
||||||
$location.path('/feed/'+hash);
|
$location.path('/feed/' + feedId);
|
||||||
};
|
};
|
||||||
|
|
||||||
pageSwitcher.change('feeds');
|
pageSwitcher.change('feeds');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue