ozsay / angular-electron

angularjs helpers for electron apps
MIT License
41 stars 12 forks source link

add require function option for remoteProvider #5

Closed ozsay closed 8 years ago

ozsay commented 8 years ago
remoteProvider.register({name: 'exec', require: function() {
var child_process = ...;
return child_process.exec;
}});