I want to get a full gallery of a mobile device to show them in the user grid, is this possible? Right now I am using $cordovaImagePicker , which redirects me to the gallery, and then after selecting the image I get the Uri of this image. Instead, I want all gallery images to be selected automatically.
Controller
$scope.getImageFromGallery = function() {
angularjs cordova ionic-framework ngcordova
mayank
source share