jgrenon / angular-desktop-app

This is a simple application skeleton to create desktop application using AngularJS. This application is using node-webkit as our desktop host, bower to install client-side libraries as well as normal npm modules as supported by node-webkit.
MIT License
237 stars 57 forks source link

read and write files #17

Open daaru00 opened 9 years ago

daaru00 commented 9 years ago

Could you implements a service to read and write file? You can do it with the module of nodejs named "fs", for example.