extract url from html if possible

This commit is contained in:
Athou
2013-03-31 09:53:19 +02:00
parent 5b36df1ab3
commit b4ebfa4b74
2 changed files with 24 additions and 2 deletions

View File

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