Skip to content

Commit

Permalink
Fix for #6969 - Filters on restored columns
Browse files Browse the repository at this point in the history
Tested this code locally (I was having the same issue as the original poster for issue #6969). It works like a charm.
  • Loading branch information
David Morton authored and mportuga committed May 20, 2019
1 parent f4ab083 commit d4129f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/js/directives/ui-grid-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
};

$scope.$on( '$destroy', function() {
delete $scope.col.filterable;
delete $scope.col.updateFilters;
});
},
Expand Down

0 comments on commit d4129f0

Please sign in to comment.