When i was try implement angular ui-grid, I am geeting this error. some help me to sort this problem.
-
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.nabinca– nabinca2014-11-29 14:00:18 +00:00Commented Nov 29, 2014 at 14:00
Add a comment
|
1 Answer
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.
1 Comment
Adam J.R. Erickson
The import as a script came from the website example. I copied and pasted and ended up with the same problem.