0

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?

110maor
  • 61
  • 1
  • 2
  • 4
  • http://stackoverflow.com/questions/8486099/how-do-i-parse-a-url-query-parameters-in-javascript –  Apr 01 '16 at 09:38

1 Answers1

0

As far as I know it is not possible. You can use URI.js, which has similar helper methods.

Subash Selvaraj
  • 3,385
  • 1
  • 14
  • 17