I am using AngularJS for my client side framework. Using the routeprovider, I want to sent query params to my templateURL for processing. Basically my templateURL is a server side php script which will generate HTML.
Now routeprovider is not sending query params to my server side code. I am getting blank values for all such params.
If my approach is wrong, please correct me.