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

#2 - Default securityService #4

Closed talss89 closed 10 years ago

talss89 commented 10 years ago

Adds a skeleton securityService, which is always authenticated as "Guest".

Updates the home view so that $scope.user.name is displayed.