-
Notifications
You must be signed in to change notification settings - Fork 488
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
TypeError: Cannot read property 'parentNode' of null on Angular way #181
Comments
Same issue here. I don't think it is related with async receive of file. :( |
Same issue in v0.4.1 with angular way.
|
I got that error when im using angularjs 1.3.3, but it works fine when I use angularjs 1.3.14 |
Using "setLanguageSource" or "setLanguage" is still problematic. Without everything runs fine. angular 1.3.16 |
Sorry, any news on that? when i was on localhost there were no problems, but now I have this issue on my deployment project |
I've spotted “TypeError: Cannot read property 'parentNode' of null on Angular way” problem is caused by:
or
Suspected that due to language resources is received asynchronously and applied after data models has been set into datatable caused this problem.
I am re-posting this due to there is no respond in #150.
The text was updated successfully, but these errors were encountered: