I put together an application for this tutorial: https://www.npmjs.com/package/generator-angularjs-cordova using yeoman and angularjs-cordova generator .
During the installation, an invitation appeared to select card plug-ins and I chose cordova.device , cordova.camera and cordova.vibration .
After that, I launched the browser application using grunt serve .
Everything looks ok.
After that, I tried in applicaton.js ( app\js\application.js ) to get information about the device (plugin cordova.device ), but the variable device not defined.
In the firebug console, I saw the following errors:
"NetworkError: 404 Not Found - http://127.0.0.1:9000/cordova.js" "ReferenceError: jQuery is not defined" I do not understand why cordova.js and jquery did not connect automatically, and in general, where and how to connect them?