Skip to content

Commit 63fedb6

Browse files
committed
fix(uiGrid): syntax error, change variable name
1 parent 181dec7 commit 63fedb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/js/core/directives/ui-grid.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
newData.length > 0
7777
) {
7878
// ... then build the column definitions from the data that we have
79-
self.grid.buildColumnDefsFromData(n);
79+
self.grid.buildColumnDefsFromData(newData);
8080
}
8181

8282
// If we either have some columns defined, or some data defined

0 commit comments

Comments
 (0)