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

navigation fails on file Open Cancel #10

Open jgrenon opened 10 years ago

jgrenon commented 10 years ago

When we hit the cancel button on the FileOpen dialog, we aren't notified and at the moment, there's no way to properly navigate back to a safe place (like home). Need to find a way to handle this properly. maybe use the FileSystem API instead of a hidden file input control.