I am trying to get a handle on the best way to do this, so any help would be appreciate.
If you hit this link "/comment/{threadid}+{whatever comment title is}", Sails will go and get the threadID content from the DB. Once it grabs that data, it will send it over to Angular and Angular will display it out.
This is a CRUD application that needs to be a single page application.
Any direction would be helpful as I am not 100% on the flow of the document. I keep getting confused on what router (Angular or Sails) should be taking in the URI.
Thanks!