Skip to content

Commit

Permalink
fix: page-item wasn't toggling properly due to closue action change p…
Browse files Browse the repository at this point in the history
…reviously

Template wasn't update to replace the string..
  • Loading branch information
Ilya Radchenko committed Apr 2, 2018
1 parent a20c334 commit 9fea9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/components/pagination-pager.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
urlTemplate=urlTemplate
firstPage=firstPage
firstPageUrlTemplate=firstPageUrlTemplate
pageSet='pageChanged'
pageSet=(action 'pageChanged')
}}
{{/each}}

Expand Down

0 comments on commit 9fea9da

Please sign in to comment.