mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
extract url from html if possible
This commit is contained in:
@@ -65,7 +65,6 @@ module.directive('subscribe', function(SubscriptionService) {
|
||||
SubscriptionService.fetch({
|
||||
url : $scope.sub.url
|
||||
}, function(data) {
|
||||
console.log(data)
|
||||
$scope.sub.title = data.title;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user