Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions www/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ angular.module('starter', ['ionic', 'ngCordova'])
// 4
window.plugin.email.open({
to: ["[email protected]"], // email addresses for TO field
cc: Array, // email addresses for CC field
bcc: Array, // email addresses for BCC field
cc: [], // email addresses for CC field
bcc: [], // email addresses for BCC field
attachments: images, // file paths or base64 data streams
subject: "Just some images", // subject of the email
body: bodyText, // email body (for HTML, set isHtml to true)
Expand Down