Looking at the videos over at http://egghead.io, I see the author uses console.log to log out the contents of a $scope or scope object. The output in Chrome is a drillable object. However when I do the same, the output Chrome presents is:
[object Object]
No Properties
Using console.dir has the same affect. Any recommendations?
Thanks,