i try to simply modify a link parameter.
with $location.search() the manipulation of the apps URL is really simple. is there a way to use $location.search() for external links too?
i try to simply modify a link parameter.
with $location.search() the manipulation of the apps URL is really simple. is there a way to use $location.search() for external links too?
As far as I know it is not possible. You can use URI.js, which has similar helper methods.