feed title is now a link to the feed website

This commit is contained in:
MageFroh
2013-07-01 21:25:09 +01:00
parent 8997024eb7
commit b67f0a1346
4 changed files with 17 additions and 1 deletions

View File

@@ -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