Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mpashkovskiy/angular-access

AngularJS access control module
https://github.com/mpashkovskiy/angular-access

Last synced: 14 days ago
JSON representation

AngularJS access control module

Awesome Lists containing this project

README

        

# angular-access

Inspired by http://www.jonsamwell.com/url-route-authorization-and-security-in-angular/

Requirements
------------

Define factory User with two methods
* User.isUserLoggedIn() returning true/false
* User.getCurrentUserRoles(function(roles) {})

Define CSS class .hidden to hide elements