summaryrefslogtreecommitdiffstats
path: root/js/controller
diff options
context:
space:
mode:
Diffstat (limited to 'js/controller')
-rw-r--r--js/controller/NavigationController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controller/NavigationController.js b/js/controller/NavigationController.js
index 3f80e88b8..6c326aa95 100644
--- a/js/controller/NavigationController.js
+++ b/js/controller/NavigationController.js
@@ -140,7 +140,7 @@ function ($route, FEED_TYPE, FeedResource, FolderResource, ItemResource,
Publisher.publishAll(data);
// load created feed
- $location.path('/items/feeds/' + data.id);
+ $location.path('/items/feeds/' + data.feeds[0].id);
});
} else {
// create folder first and then the feed