ozsay / angular-electron

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

ipcRenderer update #4

Closed Renouveaux closed 8 years ago

Renouveaux commented 8 years ago

The ipc does not work properly since the update of electron. We need to use the require('electron').ipcRenderer.

If you can do an update for this, coul'd be great.

Thanks.

ozsay commented 8 years ago

I just released a new version.

It should support electron 0.35.0 way of requiring it's modules.