Skip to content

Commit 4b149c9

Browse files
committed
Merge pull request #3952 from angular-ui/JLLeitschuh-patch-1
Documentation Fix GridColumn.js
2 parents 482dc67 + 8368f2d commit 4b149c9

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

src/js/core/factories/GridColumn.js

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@
33
angular.module('ui.grid')
44
.factory('GridColumn', ['gridUtil', 'uiGridConstants', 'i18nService', function(gridUtil, uiGridConstants, i18nService) {
55

6-
/**
7-
* @ngdoc function
8-
* @name ui.grid.class:GridColumn
9-
* @description Represents the viewModel for each column. Any state or methods needed for a Grid Column
10-
* are defined on this prototype
11-
* @param {ColDef} colDef Column definition.
12-
* @param {number} index the current position of the column in the array
13-
* @param {Grid} grid reference to the grid
14-
*/
15-
166
/**
177
* ******************************************************************************************
188
* PaulL1: Ugly hack here in documentation. These properties are clearly properties of GridColumn,
@@ -91,10 +81,10 @@ angular.module('ui.grid')
9181
*/
9282

9383
/**
94-
* @ngdoc method
95-
* @methodOf ui.grid.class:GridColumn
96-
* @name GridColumn
97-
* @description Initializes a gridColumn
84+
* @ngdoc object
85+
* @name ui.grid.class:GridColumn
86+
* @description Represents the viewModel for each column. Any state or methods needed for a Grid Column
87+
* are defined on this prototype
9888
* @param {ColumnDef} colDef the column def to associate with this column
9989
* @param {number} uid the unique and immutable uid we'd like to allocate to this column
10090
* @param {Grid} grid the grid we'd like to create this column in

0 commit comments

Comments
 (0)