Skip to content

Commit

Permalink
Resolved issue where the article paginator thought it was out of arti…
Browse files Browse the repository at this point in the history
…cles when it actually needed to be reset
  • Loading branch information
zakhenry committed Aug 10, 2015
1 parent 70f9e6a commit 16caadc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/app/guest/articles/articles.ts
Expand Up @@ -24,6 +24,9 @@ namespace app.guest.articles {
return articlesPaginator.getNext();
}
},
onExit: ['articlesPaginator', (articlesPaginator:common.services.pagination.Paginator) => {
articlesPaginator.reset();
}],
data: {
title: "Articles",
role: 'guest',
Expand Down

0 comments on commit 16caadc

Please sign in to comment.