Hi, I want to add ngCordova calendar my ionic project for show and add event, but when I built my project I have this error (Error: [$injector:unpr] Unknown provider: $cordovaCalendarProvider <- $cordovaCalendar <- ExampleController) . I tke code this link enter link description here
Are you running your app in the browser? If so that’s your problem, cordova isn’t available in a desktop browser.
Did you inject NgCordvoa into your app? If not, you won’t be able to access it’s methods in your controllers.
I take it you solved your issue?