File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ angular.module('ui.grid')
78
78
/**
79
79
* @ngdoc function
80
80
* @name addToGridMenu
81
- * @propertyOf ui.grid.class:GridOptions
81
+ * @propertyOf ui.grid.gridMenuService
82
82
* @description add items to the grid menu. Used by features
83
83
* to add their menu items if they are enabled, can also be used by
84
84
* end users to add menu items. This method has the advantage of allowing
@@ -108,7 +108,7 @@ angular.module('ui.grid')
108
108
/**
109
109
* @ngdoc function
110
110
* @name removeFromGridMenu
111
- * @methodOf ui.grid.core.api:PublicApi
111
+ * @methodOf ui.grid.gridMenuService
112
112
* @description Remove an item from the grid menu based on a provided id. Assumes
113
113
* that the id is unique, removes only the last instance of that id. Does nothing if
114
114
* the specified id is not found. If there is no gridMenuScope or registeredMenuItems
You can’t perform that action at this time.
0 commit comments