summaryrefslogtreecommitdiffstats
path: root/js/app/Config.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/Config.js')
-rw-r--r--js/app/Config.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/app/Config.js b/js/app/Config.js
index f7c62e7ae..8ac503b44 100644
--- a/js/app/Config.js
+++ b/js/app/Config.js
@@ -191,6 +191,12 @@ app.config(function ($routeProvider, $provide, $httpProvider, $locationProvider)
resolve: getItemResolve(feedType.STARRED),
type: feedType.STARRED
})
+ .when('/items/shared', {
+ controller: 'ContentController as Content',
+ templateUrl: 'content.html',
+ resolve: getItemResolve(feedType.SHARED),
+ type: feedType.SHARED
+ })
.when('/items/unread', {
controller: 'ContentController as Content',
templateUrl: 'content.html',