mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 03:26:44 +01:00
open telegram link to user, resizing faircoin qr address to 300x300pixels, changed travel icon, copy faircoin address string
This commit is contained in:
@@ -41,8 +41,8 @@ angular.module('app.editUser', ['pascalprecht.translate'])
|
||||
sourceType: Camera.PictureSourceType.PHOTOLIBRARY,
|
||||
allowEdit: true,
|
||||
encodingType: Camera.EncodingType.JPEG,
|
||||
targetWidth: 100,
|
||||
targetHeight: 100,
|
||||
targetWidth: 300,
|
||||
targetHeight: 300,
|
||||
popoverOptions: CameraPopoverOptions,
|
||||
saveToPhotoAlbum: false,
|
||||
correctOrientation:true
|
||||
|
||||
@@ -187,4 +187,9 @@ angular.module('app.user', ['pascalprecht.translate'])
|
||||
console.log("show image");
|
||||
$scope.openModal();
|
||||
};
|
||||
|
||||
$scope.openTelegram = function(telegramuser) {
|
||||
window.open('http://telegram.me/' + telegramuser, '_system', 'location=yes');
|
||||
return false;
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user