Added tag presenter

This commit is contained in:
Marcin Kurczewski
2014-10-07 21:15:26 +02:00
parent e85293f338
commit ad8e3bdcd5
11 changed files with 151 additions and 24 deletions

View File

@ -42,6 +42,7 @@ App.Router = function(pathJs, _, jQuery, promise, util, appState, presenterManag
inject('#/post(/:postNameOrId)(/:searchArgs)', 'postPresenter');
inject('#/comments(/:searchArgs)', 'globalCommentListPresenter');
inject('#/tags(/:searchArgs)', 'tagListPresenter');
inject('#/tag(/:tagName)', 'tagPresenter');
inject('#/help', 'helpPresenter');
setRoot('#/home');
}