Skip to content

Commit

Permalink
fix(uiGrid): syntax error, change variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Nov 13, 2014
1 parent 181dec7 commit 63fedb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/core/directives/ui-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
newData.length > 0
) {
// ... then build the column definitions from the data that we have
self.grid.buildColumnDefsFromData(n);
self.grid.buildColumnDefsFromData(newData);
}

// If we either have some columns defined, or some data defined
Expand Down

0 comments on commit 63fedb6

Please sign in to comment.