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

Commit 1bee844

Browse files
author
AngularUI (via TravisCI)
committed
Travis commit : build 416
1 parent 38f8296 commit 1bee844

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ui-utils-ieshiv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* angular-ui-utils - Swiss-Army-Knife of AngularJS tools (with no external dependencies!)
3-
* @version v0.2.1 - 2015-02-05
3+
* @version v0.2.1 - 2015-02-10
44
* @link http://angular-ui.github.com
55
* @license MIT License, http://www.opensource.org/licenses/MIT
66
*/

ui-utils-ieshiv.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui-utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* angular-ui-utils - Swiss-Army-Knife of AngularJS tools (with no external dependencies!)
3-
* @version v0.2.1 - 2015-02-05
3+
* @version v0.2.1 - 2015-02-10
44
* @link http://angular-ui.github.com
55
* @license MIT License, http://www.opensource.org/licenses/MIT
66
*/
@@ -2174,7 +2174,7 @@ function uiUploader($log) {
21742174
xhr.onload = function() {
21752175
self.activeUploads -= 1;
21762176
startUpload(self.options);
2177-
self.options.onCompleted(file);
2177+
self.options.onCompleted(file, xhr.responseText);
21782178
};
21792179

21802180
// Triggered when upload fails:

0 commit comments

Comments
 (0)