move copy to clipboard toast to top

This commit is contained in:
Gabriel Bazán 2018-03-16 17:12:14 -03:00
parent ad50c986b3
commit 5a4f7157bf
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ export class CopyToClipboard {
let showSuccess = this.toastCtrl.create({
message: 'Copied to clipboard',
duration: 1000,
position: 'top'
});
showSuccess.present();
}