I have been following a tutorial online on PluralSight for working with Angular, however it appears that some of the information is outdated.
I have reached a section on creating custom services and have followed the tutorial to the letter however my custom service will not work correctly.
It seems to fail when I try to call my github service, it looks like the promise fails to return correctly to the script.js .then()
handler for github.getUser()
The plunk for it is here http://plnkr.co/edit/8vy6ZMpUJBfEOQ3qFoKk
Can someone please tell me what I am missing here?