0

When i was try implement angular ui-grid, I am geeting this error. some help me to sort this problem.

enter image description here

1
  • please give us some more information about this!! Just one error line without any information about the code you use to import, the version of ui-grid-unstable etc, finding the solution is like searching the needle in the haystack. Commented Nov 29, 2014 at 14:00

1 Answer 1

1

My first guess:

To import css you should use this line:

<link rel="stylesheet" href="styles/ui-grid-unstable.min.css" />

in your index.html.

I guess you import it as Javascript which will not work.

Sign up to request clarification or add additional context in comments.

1 Comment

The import as a script came from the website example. I copied and pasted and ended up with the same problem.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.