Good evening, I've created a fair amount of url's by using ui-router inside my AngularJS application. I've delivered this to my employer and they're using an external service (bit.ly) to shorten this dynamic url's.
Now here's the thing: my url's have the following structure: https://myurl/prices/#/data?id=1
Once they have been shortened and you click on them, most of the URI gets lost. To make this long story short: you get something like this: https://myurl/prices/#
And that's it.
Any ideas?
Thanks in advance, by the way.