You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/js/core/directives/ui-grid-one-bind.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@
128
128
* @name ui.grid.directive:uiGridOneBindIdGrid
129
129
* @element div
130
130
* @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>.
132
132
* @description One time binding for the id dom tag.
133
133
* <h1>Important Note!</h1>
134
134
* If the id tag passed as a parameter does <b>not</b> contain the grid id as a substring
0 commit comments