Skip to content

Commit a65acfd

Browse files
committed
Fixes typo in ui-grid-one-bind documentation
The param string on uiGridOneBindIdGrid was wrong
1 parent e582174 commit a65acfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/core/directives/ui-grid-one-bind.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
* @name ui.grid.directive:uiGridOneBindIdGrid
129129
* @element div
130130
* @restrict A
131-
* @param {String} uiGridOneBindId The angular string you want to bind. Does not support interpolation. Don't use <code>{{scopeElt}}</code> instead use <code>scopeElt</code>.
131+
* @param {String} uiGridOneBindIdGrid The angular string you want to bind. Does not support interpolation. Don't use <code>{{scopeElt}}</code> instead use <code>scopeElt</code>.
132132
* @description One time binding for the id dom tag.
133133
* <h1>Important Note!</h1>
134134
* If the id tag passed as a parameter does <b>not</b> contain the grid id as a substring

0 commit comments

Comments
 (0)