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 97cd38f commit 2228a86Copy full SHA for 2228a86
src/component.js
@@ -405,7 +405,7 @@ function _Array(conf) {
405
var oldValue = null;
406
407
if ($history.isEnabled()) {
408
- oldValue = JSON.stringify(oldValue);
+ oldValue = JSON.stringify(arrDb);
409
}
410
411
arrDb.sort(funct);
@@ -447,7 +447,7 @@ function _Array(conf) {
447
448
449
450
451
452
arrDb.reverse();
453
@@ -492,7 +492,7 @@ function _Array(conf) {
492
var data = null;
493
494
495
496
497
498
if (typeof val !== 'undefined') {
0 commit comments