mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
feed title is now a link to the feed website
This commit is contained in:
@@ -703,6 +703,7 @@ function($scope, $stateParams, $http, $route, $window, EntryService, SettingsSer
|
||||
$scope.timestamp = data.timestamp;
|
||||
$scope.busy = false;
|
||||
$scope.hasMore = data.hasMore;
|
||||
$scope.feedLink = data.feedLink;
|
||||
};
|
||||
if (!$scope.keywords) {
|
||||
var service = $scope.selectedType == 'feed' ? FeedService
|
||||
|
||||
Reference in New Issue
Block a user