summaryrefslogtreecommitdiffstats
path: root/js/controller
diff options
context:
space:
mode:
Diffstat (limited to 'js/controller')
-rw-r--r--js/controller/NavigationController.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/controller/NavigationController.js b/js/controller/NavigationController.js
index 3c762fcc9..447a33ceb 100644
--- a/js/controller/NavigationController.js
+++ b/js/controller/NavigationController.js
@@ -202,16 +202,16 @@ function ($route, FEED_TYPE, FeedResource, FolderResource, ItemResource,
}
};
- // TBD
this.renameFeed = function (feed) {
+ FeedResource.rename(feed.id, feed.title);
feed.editing = false;
- // todo remote stuff
};
this.renameFolder = function (folder) {
console.log(folder);
};
+ // TBD
this.deleteFeed = function (feed) {
feed.deleted = true;
// todo remote stuff