Hello,
I want to add Cordova plugins into my ionic app. But it seems that it isn’t working.
I will walk you through the steps I took.
- Added cordova plugins in the plugins folder.
- Included ng-cordova.min.js file in index.html before codova.js
- Injected ngCordova in app.js
- Injected the required plugin in my controller ( $cordovaBarcodeScanner in this case)
Can someone please help me with that?
Thanks.