Skip to content
Błażej Krysiak edited this page May 10, 2016 · 9 revisions

Permission helps you gain control of your routes, by using simple concepts for you to decide who can access them. We've seen plenty of big fat tutorials on access control implementation, and they can be quite overwhelming or inconsistent. So we bring you a elastic, powerful and yet straightforward solution, that allow you provide fine-grained role and permission based access control for your application users.

 Dependencies

 Installation

 bower

bower install angular-permission --save

 npm

npm install angular-permission --save

 Documentation and examples

  1. Managing permissions
  2. Managing roles
  3. Controlling access in views
  4. Usage with ui-router
  5. Installation
  6. Usage in states
  7. Emitted events
  8. Transition properties
  9. Usage with ng-route
  10. Installation
  11. Usage in routes
  12. Emitted events
  13. Transition properties

 Migration guides