Im starting with Angular JS and trying to do this project I have, however I'm encountering some problems.
I know how to make routes using Angular JS the easy way, ie, if you have some specific .html files.
But how do you create something like a temporary .html file? Let me explain.
Let's say I have the main .html page of my CD store. You can make a quick search on my page and then you can click on a CD from a list of CD's in a vector. I want to create a route for that specific CD without having an .html file for each CD. When you click you'd get something like http:.../AbbeyRoad or http:.../AbbeyRoad.html.
Any suggestions?