Skip to content
Permalink
Browse files

fix[RowSelection] Fix misspelling of method name

  • Loading branch information
swalters committed Dec 22, 2014
1 parent e5f8dfa commit cf70e90624b139836beb949ce7d9ba78cd5352c4
Showing with 1 addition and 1 deletion.
  1. +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 );
});
}
};

0 comments on commit cf70e90

Please sign in to comment.
You can’t perform that action at this time.