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
Our build server used the Angular JS 1.6.0 release on 12/08/2016 and I noticed that the plugin is stuck with "Loading..." being displayed. It seems that Angular JS 1.6.0 removed the deprecated callback methods success() and error() (see https://github.com/angular/angular.js/blob/master/CHANGELOG.md). In our case, we are using the language option and the code fails here
What versions you are using?
What's the problem?
Our build server used the Angular JS 1.6.0 release on 12/08/2016 and I noticed that the plugin is stuck with "Loading..." being displayed. It seems that Angular JS 1.6.0 removed the deprecated callback methods success() and error() (see https://github.com/angular/angular.js/blob/master/CHANGELOG.md). In our case, we are using the language option and the code fails here
angular-datatables/src/angular-datatables.directive.js
Line 84 in 9345919
The text was updated successfully, but these errors were encountered: