Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatiblity with Angular 1.6.0 #921

Closed
n3v3rf411 opened this issue Dec 10, 2016 · 0 comments
Closed

Incompatiblity with Angular 1.6.0 #921

n3v3rf411 opened this issue Dec 10, 2016 · 0 comments
Labels
Milestone

Comments

@n3v3rf411
Copy link

What versions you are using?

  • jquery version: 2.2.4
  • datatables version: 1.10.12
  • angular-datatables version: 0.5.5

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

$http.get(options.language.url).success(function(language) {
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants