Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $state.go("/path/to");
  2.  
  3. $state.go("/path/to?param=myParam");
  4.  
  5. $location.path("/path/to?param=myParam");
  6. $location.path("/path/to").search({param: "myParam"});
  7.  
  8. /path/to/param/myParam
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement