Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Conversation

@znck
Copy link

@znck znck commented Jan 17, 2016

This allows to tap into upload.* events too.

$http.get('/blah', null, null, {xhr: {upload: {onprogress: function(event) { return true}}}});

This allow to tap into upload.* events too.

```js
$http.get('/blah', null, null, {xhr: {upload: {onprogress: function(event) { return true}}}});
```
steffans added a commit that referenced this pull request Jan 25, 2016
@steffans
Copy link
Member

Added this feature as uploadoption in 0.7.0

@steffans steffans closed this Jan 25, 2016
@znck
Copy link
Author

znck commented Jan 25, 2016

👍

@znck znck deleted the patch-1 branch January 25, 2016 18:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants