ripdog / booking-meteor

A simple booking app for Meteor.js
Apache License 2.0
18 stars 4 forks source link

Enforce correct loading of appointment table #2

Closed ripdog closed 9 years ago

ripdog commented 10 years ago

Achieve this through splitting the bookign table into multiple templates, and loading the items through iron router. Allows avoidance of Session vars in favour of iron router URL attributes.