log error
This commit is contained in:
parent
1481fcb22c
commit
43ffa9c186
1 changed files with 5 additions and 2 deletions
|
@ -34,8 +34,11 @@ function FeedCtrl($scope, $routeParams, $location, feeds, pageSwitcher) {
|
|||
// show info at top and items underneath
|
||||
feeds.get($routeParams.feedId)
|
||||
.then(function(feed) {
|
||||
$scope.feed = feed;
|
||||
});
|
||||
$scope.feed = feed;
|
||||
|
||||
}, function() {
|
||||
console.log('error fetching feed');
|
||||
});
|
||||
|
||||
$scope.delete = function(id) {
|
||||
//TODO: check we're not playing anything from this feed?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue