I am working on a website for coaches to help people have healthier lives by using social media. On the moment I am working on access to Twitter through OAuth in a ExpressJS
$http
goes and gets the contents of the page for you. However, it gives you the results back in the promise. It doesn't change your page at all unless you ask it to. In your then
handler, you can do something to redirect your page. There's an example of how you can do that here: Handle an express redirect from Angular POST