2
votes
4answers
980 views

How do I parse URL params after a hash with Angularjs?

I'm trying to parse for the access_token from Foursquare where the URL is like this: https://mywebsite.com/4sqredirect/#access_token=1234567890XXXXX I've tried $routeParams and $location and get ...
4
votes
4answers
2k views

How to create a 'url_for' link helper in AngularjJS

In .NET MVC there is @Url.Action() and in RoR there is url_for() I could not find similar url building helper in angularjs. I'm already providing everything that is needed to build url to ...