Monday, August 3, 2015

Access Route Parameters from Meteor

Every web application need to access URL parameters. In meteor, using routes, we need to access URL parameters. This post will continue with the code implemented in my last post.
First we will add StudentDetails.html file which has content like below.
In the routes.js add new route for studentDetails.
Then we will modify studentList.html file.
Run the application now. Then you will see students details page like below.
Download source code from github.

No comments:

Post a Comment