We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3af23 commit 6c784c5Copy full SHA for 6c784c5
angular-base64.js
@@ -73,7 +73,7 @@
73
s = "" + s;
74
var pads, i, b10, imax;
75
76
- if ((s.length % 4) === 1) {
+ if ((s.length % 4) === 3) {
77
s = s + PADCHAR;
78
}
79
0 commit comments