I have a symphony built, in which I have a page working with Angularjs 1.5.*.
I'm not using the angularjs route so I don't have the variables there.
My url is (and might change where the 16 is, though always at the end of url):
www.mydomain.com/billing/detail/16
I want to get the 16 from the url.
Just want to get that number and handle it in my controller so I can call a symphony controller and get the data I currently have hardcoded.
Thanks !!!!