@@ -55,7 +55,7 @@ eightChanged event to api.core
55
55
* getExternalScopes() function is removed. Use grid.appScope instead.
56
56
external-scopes attribute is removed. Use gridOptions.appScopeProvider to assign values other than $scope.$parent to appScope
57
57
58
- * removed scope parameter from grid.api.cellNav methods
58
+ * removed scope parameter from grid.api.cellNav methods
59
59
old:
60
60
scrollTo($scope, rowEntity, colDef)
61
61
scrollToFocus($scope, rowEntity, colDef)
@@ -64,15 +64,12 @@ eightChanged event to api.core
64
64
scrollTo(rowEntity, colDef)
65
65
scrollToFocus(rowEntity, colDef)
66
66
scrollToIfNecessary(row, col
67
-
68
- * scrollbars.WHEN_NEEDED no longer an option
69
-
67
+ * scrollbars.WHEN_NEEDED no longer an option
70
68
* showFooter option renamed to showColumnFooter; footerRowHeight option renamed to columnFooterHeight
71
69
([ d0233601] ( http://github.com/angular-ui/ng-grid/commit/d0233601a67a445049a710fe84dacdb0b64c1c33 ) )
72
70
* On mobile devices the user will have to long-click to
73
71
edit a cell instead of double-clicking
74
72
([ 654e0ce8] ( http://github.com/angular-ui/ng-grid/commit/654e0ce83f1ebd824341ab3d63b6d38495a67b80 ) )
75
-
76
73
* ** rowEdit:** * remove grid from all method signatures
77
74
* ** importer:** * remove grid from importFile signature
78
75
* ** core:** * remove grid from notifyDataChange signature
0 commit comments