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 f0f168c commit 181dec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/core/directives/ui-grid.js
Expand Up @@ -73,7 +73,7 @@
// ... and we have no pre-defined columns
self.grid.options.columnDefs.length === 0 &&
// ... but we DO have data
n.length > 0
newData.length > 0
) {
// ... then build the column definitions from the data that we have
self.grid.buildColumnDefsFromData(n);
Expand Down

0 comments on commit 181dec7

Please sign in to comment.