• Stars
    star
    162
  • Rank 232,284 (Top 5 %)
  • Language
    JavaScript
  • Created about 11 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Role based auth example in AngularJS

AngularJS -- Role Based Auth Example

This is a working example for the following post: http://arthur.gonigberg.com/2013/06/29/angularjs-role-based-auth/

Instructions to get it running

Make sure lineman and bower are installed

npm install -g lineman

npm install -g bower

Install NPM packages

npm install

Install Bower packages

bower install

Run Lineman

lineman run

Test in browser

Go to localhost:8000