File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -379,12 +379,12 @@ angular.module('ui.grid')
379
379
* that have sorting on them, sorted in priority order.
380
380
*
381
381
* @param {$scope } scope The scope of the controller. This is used to deregister this event when the scope is destroyed.
382
- * @param {Function } callBack Will be called when the event is emited. The function passes back an array of columns with
383
- * sorts on them, in priority order.
382
+ * @param {Function } callBack Will be called when the event is emited. The function passes back the grid and an array of
383
+ * columns with sorts on them, in priority order.
384
384
*
385
385
* @example
386
386
* <pre>
387
- * gridApi.core.on.sortChanged( $scope, function(sortColumns){
387
+ * gridApi.core.on.sortChanged( $scope, function(grid, sortColumns){
388
388
* // do something
389
389
* });
390
390
* </pre>
You can’t perform that action at this time.
0 commit comments