So with a factory I'm making a RESTful GET request using $resource, and I'm not getting the data back.
Initially, I get returned $promise and $resolved: false. $resolved eventually becomes true.
I know the url, and headers work because I tested them in the advanced client chrome extension and it works fine. Data is show and everything.
Here is my factory set up, and below that is what I'm referencing in my controller to store it inside a scope variable.