scrollbar: fix 'legendScrollbar.destroy is not a function' error
This commit is contained in:
@@ -19,7 +19,7 @@ module.directive('graphLegend', function(popoverSrv, $timeout) {
|
||||
|
||||
scope.$on('$destroy', function() {
|
||||
if (legendScrollbar) {
|
||||
legendScrollbar.destroy();
|
||||
legendScrollbar.dispose();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user