Cordova Email Plugin Problem

I’m trying use Cordova Email Composer Plugin from this link
https://github.com/katzer/cordova-plugin-email-composer but it not works. When I am trying to run this plugin that nothing happens. I try run it on iOS9.

$scope.sendEmail = function() { 
  cordova.plugins.email.open();
})

Any ideas how run this plugin ?
I’m trying use ngCordova plugin but result is the same.

Did you get it working, same issue.nothing happens
this is my call
window.cordova.plugins.email.open({
to: [“ramon@gmail.com”], // email addresses for TO field
subject: “Just some images”, // subject of the email
body: “Hello Framon” // email body (for HTML, set isHtml to true)
}, function () {
console.log(‘email view dismissed’);
},
this);

when running on ios 9 this is the debug

{“aliases”:{“gmail”:“googlemail:”}}
2016-03-02 16:32:19.197 XXXXXXX[9150:4446931] email view dismissed