I am trying to get a stock quote from yahoo's api and I am using angular's $http.jsonp method. The goal is when the result comes back, to have the app go to the this route: '/stocks/show_stock'. I am trying to do it in two ways and neither works 1) I put the statement:I am trying to get a stock quote from yahoo's a