Trying to get the Cordova Camera to work. I've upgraded to the latest apache cordova camera plugin to handle issues with IOS8. Now I get issues stating:
Also, in another project I get an error when I use the options as such in the Angular Controller
"Camera.DestinationType.DATA_URL" --> Says Camera is undefined whenever I use the ngCordova plugin...Essentially, it's quite weird. When I simply replace the attribute with it's value of 0 the error doesn't happen but the camera still does not popup.
Any way to solve this?