From 63fedb6c87ac7b60d3362ce3f9359fdf070848ed Mon Sep 17 00:00:00 2001 From: c0bra Date: Thu, 13 Nov 2014 14:38:05 -0600 Subject: [PATCH] fix(uiGrid): syntax error, change variable name --- src/js/core/directives/ui-grid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/core/directives/ui-grid.js b/src/js/core/directives/ui-grid.js index 319969bbc5..bff1fad1e6 100644 --- a/src/js/core/directives/ui-grid.js +++ b/src/js/core/directives/ui-grid.js @@ -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