Jacob Sonne
Jacob Sonne
I changed this.paginationService.defaultId to this.paginationService.defaultId() in the [tutorial](https://angular-meteor.com/tutorials/socially/angular2/search-sort-pagination-and-reactive-vars) (client/imports/app/parties/parties-list.component.ts) and now it's working.
Thanks. The div solution would be nice if it can be controlled locally i.e. per '::: identifier'. Meanwhile I'll try the gen-files solution and post my findings here. And thanks...
If anyone comes across this post here's my working solution using `gen-files`. Following the `gen-files` docs I added a `gen_pages.py` (see below) which in this case generates `foo.md` which I...