I'm trying to follow Code School's Staying Sharp with Angular Soup to Bits.
I've come to the point where I've created a note factory service and implement the $resource
service.
I $scope.notes = Note.query()
and then console.log($scope.notes)
but nothing appears in my dev tools console of my browser. What am I doing wrong?
My GitHub repo with the latest commit where this is happening can be found here.