Hi Alex,

Have a good look at the config you can pass to $http. There is an 
eventHandlers option that enables this.

        eventHandlers: {
            progress: function (c) {
                console.log(c);
            }
        },


If you add that to your config, you are good to go.

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" 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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to