热门搜索:
<ion-view title="Account"> <ion-content class="has-header padding"> <h1>Upload Image</h1> <div class="account-picture"> <button ng-click="ShowPictures()">Select Picture</button> <img src="ImageURI" id="smallimage"> <input type="text" ng-model="ImageURI" size="30"/> </div> </ion-content> </ion-view>
.controller('AccountCtrl',function($scope) { $scope.ImageURI = 'Select Image'; function UploadPicture(imageURI) { $scope.ImageURI = imageURI; alert($scope.ImageURI ); } $scope.ShowPictures = function() { navigator.camera.getPicture(UploadPicture,function(message) { alert('get picture failed'); },{ quality: 50,destinationType: navigator.camera.DestinationType.FILE_URI,sourceType: navigator.camera.PictureSourceType.PHOTOLIBRARY } ); }; });
$scope.ImageURI = imageURI; $scope.$apply();
本站采用系统自动发货方式,付款后即出现下载入口,如有疑问请咨询在线客服!
咨询售后客服