You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like it is originating in the ng-clicks inside src/paginate-anything.html.
Locally I am able to run the test suite with Angular 1.4.1 and everything passes. It's not immediately jumping out at me what is going on here. Perhaps try running the html file through a strict linter like https://www.npmjs.com/package/grunt-html-angular-validate
hide this code in ng-grid.js - it add extra column when group is add.
/moved out of above loops due to if no data initially, but has initial grouping, columns won't be added/
if(cols.length > 0) {
for (var z = 0; z < groups.length; z++) {
if (!cols[z].isAggCol && z <= maxDepth) {
cols.splice(0, 0, new ngColumn({
colDef: {
field: '',
width: 25,
sortable: false,
resizable: false,
headerCellTemplate: '
I have the following error now with Angular 1.3.15 and 1.4.1, any idea what is wrong?
The text was updated successfully, but these errors were encountered: