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
Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to:
Error: [$injector:modulerr] Failed to instantiate module
This is where I import, the above error isn't about not finding the path of the module, I know this because I previously misspelled it which threw the actual path error, so as far a the correct path and folder go it's ok.
In the install guide they tell us to add these scripts to index.html:
When it loads these scripts I get this additional error:
So I don't think not including them is an issue (maybe it is?).
The html snippet in the first error image is an index.html file inside de angular-data-grid folder, I not sure why it's trying to read that as the module name.
How can I fix this? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello,
I am getting this error:
Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to:
Error: [$injector:modulerr] Failed to instantiate module
This is where I import, the above error isn't about not finding the path of the module, I know this because I previously misspelled it which threw the actual path error, so as far a the correct path and folder go it's ok.
In the install guide they tell us to add these scripts to index.html:
When it loads these scripts I get this additional error:

So I don't think not including them is an issue (maybe it is?).
The html snippet in the first error image is an index.html file inside de angular-data-grid folder, I not sure why it's trying to read that as the module name.
How can I fix this? Thanks in advance.
The text was updated successfully, but these errors were encountered: