Skip to content

Releases: DiscoverMeteor/DiscoverMeteor_En

Various fixes

10 Nov 05:33
Compare
Choose a tag to compare

Various fixes.

  • Fix code highlighting in Voting chapter.
  • Change “router” to “route” in Pagination chapter.
  • Removed mentions of Router.map() in Comments and Pagination chapters.
  • Linking to Boostrap site in Adding Users chapter.

Iron Router 1.0 Update

02 Nov 02:16
Compare
Choose a tag to compare

Updating the book for Iron Router 1.0.

  • Defining routes with new path-first syntax.
  • Use subscriptions instead of onBeforeAction in posts controller.
  • Use this.next() in onBeforeAction hook.
  • Rename XyzPostsListController to XyzPostsController.