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

Integrate User/Role model with security service #11

Open jgrenon opened 10 years ago

jgrenon commented 10 years ago

We have a security service and new User/Role data models that aren't working together. We need to make sure the signup & login states are creating user/roles models and that we have access to the current user through the app or $root controllers.