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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: