angular-deckgrid
angular-deckgrid copied to clipboard
Cannot read property 'columns' of undefined
I see this error logged by sentry from one of users of the production application:
Cannot read property 'columns' of undefined
/vendor/angular-deckgrid/angular-deckgrid.js
369. if (layout.columns !== this.$$scope.layout.columns) {
User agent is:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.36
+1 I'm on chrome
I created a pull request https://github.com/akoenig/angular-deckgrid/pull/94 Please merge if you see this.