Hi all,

I'm also seeking for the answer of that question. Is there a better/quicker 
way to resolve needed values while debugging other than writing additional 
code resolving promise with dummy function? i,e,:

promise.then(function(value)) {
    // inspect value here
}

?

W dniu piątek, 27 grudnia 2013 03:28:35 UTC+1 użytkownik Daniel Charbonneau 
napisał:
>
> > element.all(by.css("div")).count()
> { then: [Function],
>   cancel: [Function],
>   isPending: [Function] }
> >
>
> How can I unfold the count method to see its return value?
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to