Using ngDreamFactory module: Getting error “TypeError: Cannot read property 'login' of undefined”

Hi @jayp, referring to this post, we have had success using something like

$scope.$on('api:ready', function (e) {
   // Code goes here
});