Permalink
Browse files
fix[RowSelection] Fix misspelling of method name
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/features/selection/js/selection.js
|
|
@@ -715,7 +715,7 @@ |
|
|
}, [uiGridConstants.dataChange.OPTIONS] ); |
|
|
|
|
|
$scope.$on( '$destroy', function() { |
|
|
$scope.grid.deregisterDataChangCallback( callbackId ); |
|
|
$scope.grid.deregisterDataChangeCallback( callbackId ); |
|
|
}); |
|
|
} |
|
|
}; |
|
|
|