-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Can`t appen kendo-ui-core to project #174
Comments
Here is the whole app.js
|
try something like this,
|
Here is the solution telerik/kendo-ui-core#1932 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I added kendo-ui-core to project using
npm install kendo-ui-core --save-dev
than I imported it in app.js
Now I get the follwing error
Error: The Kendo UI directives require jQuery to be available before AngularJS. Please include jquery before angular in the document.
Please advise how to import jquery in correct way.
The text was updated successfully, but these errors were encountered: