app.controller('InsideCtrl', function($scope, AuthService, API_ENDPOINT, $http, $state, $cordovaCamera, $cordovaFile) {
$scope.addImage = function() {
// 2
var options = {
destinationType : Camera.DestinationType.FILE_URI,
sourceType : Camera.PictureSourceType.CAMERA, // Camera.PictureSourceType.PHOTOLIBRARY
allowEdit : false,
encodingType: Camera.EncodingType.JPEG,
popoverOptions: CameraPopoverOptions,
};
这是我收到错误的appjs文件。我正在使用ionic serve -l -c命令来运行离子服务器。我试图卸载android和ios平台加上cordova插件,但没有任何帮助我。