Skip to content

Commit 90a5fdf

Browse files
committed
Revert "reset changedVals array"
1 parent 5609a03 commit 90a5fdf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/igniteui-angular.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
diff.push({ index: key, txlog: changedVals });
7070
}
7171
}
72-
changedVals = [];
7372
}
7473
if (dirty) {
7574
return false;
@@ -669,4 +668,4 @@
669668
module.directive(control, igniteElementDirectiveConstructor);
670669
}
671670
}
672-
}(angular, jQuery));
671+
}(angular, jQuery));

0 commit comments

Comments
 (0)