I have a service with the parameter 'proj'.
I use this service on multiple pages, some pages I use the 'proj' parameter, other pages I leave it blank because i want all the data.
Even though the 'proj' param is empty on calls from certain pages it still shows value when i test the app.
For some reason it populates the parameter even though I leave it blank.
Not sure what is causing this to happen. I tried clearing my browser data but it didnt seem to change anything.
A fix for this is to add the JS pre return "";/pre to the parameter.