summaryrefslogtreecommitdiffstats
path: root/js/controller/ContentController.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/controller/ContentController.js')
-rw-r--r--js/controller/ContentController.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/controller/ContentController.js b/js/controller/ContentController.js
index ea19792c7..d06d36c85 100644
--- a/js/controller/ContentController.js
+++ b/js/controller/ContentController.js
@@ -143,4 +143,8 @@ function (Publisher, FeedResource, ItemResource, SettingsResource, data,
}
};
+ this.refresh = function () {
+ $route.reload();
+ };
+
}); \ No newline at end of file