We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0256958 commit b59412bCopy full SHA for b59412b
1 file changed
angular-slimscroll.js
@@ -34,6 +34,7 @@ angular.module('ui.slimscroll', []).directive('slimscroll', function () {
34
};
35
36
var destructor = function () {
37
+ $($elem).slimScroll({ destroy: true });
38
off.forEach(function (unbind) {
39
unbind();
40
});
0 commit comments