Skip to content

Commit b07f181

Browse files
committed
Fix typos in invalid dispatcher
1 parent 943de2c commit b07f181

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ng-batchupload.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ angular.module('batchUpload', [])
161161
}
162162

163163
if (!!this.buOnInvalid) {
164-
this.manager.on('invalud', onInvalid);
164+
this.manager.on('invalid', onInvalid);
165165
}
166166

167167
if (!!this.buOnQueue) {
@@ -344,7 +344,7 @@ angular.module('batchUpload', [])
344344
}
345345

346346
if (!!this.buOnInvalid) {
347-
this.manager.on('invalud', onInvalid);
347+
this.manager.on('invalid', onInvalid);
348348
}
349349

350350
if (!!this.buOnQueue) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-batchupload",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A wrapper module to angular for the batchupload library",
55
"main": "ng-batchupload.js",
66
"scripts": {

0 commit comments

Comments
 (0)