Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 353 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 353 Bytes

UI Router Example

Use ui-router with Auth0 Angular.

Running the example

In order to run the example, install serve to host static assets:

npm -g install serve

Then execute on the example folder:

serve

and point your browser to http://localhost:3000/.