You have a problem when application try to use $compileProvider.debugInfoEnabled(false);
We always disable this in production for a significant performance boost.
For example function saveColumnSizes() use angular.element(column).scope() which dont work when we set to false debugInfoEnabled.