meteor-angular2.0-socially icon indicating copy to clipboard operation
meteor-angular2.0-socially copied to clipboard

Step 13: this.paginationService.defaultId is a function

Open thoni56 opened this issue 8 years ago • 1 comments

The changes introduced in step 13, (13.8, 13.9 and 13.16, to implement pagination uses paginationService from ng2-pagination which seems to have changed its API so that the defaultId is now a function.

(Don't know how to provide a useful PR that can be applied in the midst of a history, would that be included by starting a new branch from the earliest change and then rebase the rest of the steps/changes onto it, maybe? And repeating the process for all subsequent changes...)

thoni56 avatar Mar 14 '17 17:03 thoni56

Like it was mentioned, it is just a typo in the tutorial. Just put the brackets at the end like so: this.paginationService.defaultId() And mark the issue as closed.

aleksander351 avatar Jul 24 '17 15:07 aleksander351