I have the following issue. I'm using Cordova. I have added "ngCrodova" ahead of "cordova.js"
<script src="lib/ngCordova/dist/ng-cordova.js"></script>
<script src="cordova.js"></script>
Added the plugins I needed. But in cordova object I am not having plugins attribute. Where as cordova plugin ls
shows the list of included plugins.
Image of Cordova object and List of plugins I have in my project
What am I missing? Help please.
check cordova_plugins.js file which is inside assets folder. it show all plugins installed in project. check below image for reference