Cannot Reload View Without Losing Current View (Angular Routing)
Closed this issue · 0 comments
haydenwade commented
When you choose a plate from the Find plate list or the My Plates list, it displays the plate you selected, but if you were to reload the page it is lost. To fix this I believe a special route needs to be created for this "plate view" so when it reloads it can do a read from the api to get the specified plate.
Desired routing:
http://localhost:3000/#/plate/{plate_id}
ex: http://localhost:3000/#/plate/23
Questions getting started, comment below.
Please work off of the Hacktoberfest branch and make all PR to that branch, thanks!