mharris717 / ember-cli-pagination

Pagination Addon for Ember CLI
MIT License
272 stars 116 forks source link

Not possible to extend `page-number` component #204

Closed lancedikson closed 7 years ago

lancedikson commented 7 years ago

Looks like there is no any possibility to extend the page-numbers component because it placed to app/components directory. If it was placed to addon/components directory, it would be possible to make import PageNumbers from 'ember-cli-pagination/components/page-numbers' and then extend it somehow. Am I right?

broerse commented 7 years ago

Fixed in v3.0.0-beta.2