summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-12 03:14:04 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-12 03:14:04 +0200
commit2c161c47ece07732b0cd1a5a0ea9e8f25bf44441 (patch)
tree6df548dd4ccc1dfee9b32a74cb3376fe8926900b /js/build/app.js
parent761412ebaaf0930499ca26e7acdd0965be5a50ae (diff)
add feed without folder
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 4bd74315c..ecaf374f3 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -467,7 +467,7 @@ app.controller('NavigationController',
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