Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Added onCompletedAll event #404

Merged
merged 1 commit into from
Jun 30, 2015

Conversation

Z3R084
Copy link
Contributor

@Z3R084 Z3R084 commented May 27, 2015

I'm modified the uploader module.
Added an event the is triggered when all uploads are completed.
I needed it, when i want to close a modal dialog after all uploads are complete, for example.

It's my first time to contribute so if there is anything wrong report it to me.

Best regards
Christian

@@ -17,6 +17,7 @@ function uiUploader($log) {
self.files = [];
self.options = {};
self.activeUploads = 0;
self.uploadedFiles = 0;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Used for counting the uploaded files

PowerKiKi added a commit that referenced this pull request Jun 30, 2015
@PowerKiKi PowerKiKi merged commit 668a108 into angular-ui:master Jun 30, 2015
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