Famous / famous-angular

Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.
https://famo.us/angular
Mozilla Public License 2.0
1.92k stars 275 forks source link

password of example #280

Closed kamov closed 9 years ago

kamov commented 9 years ago

Hi

which is password for example examples/app/index.html#/lock-screen

t

jordanpapaleo commented 9 years ago

Hi T -

There is no password for this page, it was just Zack having a little fun. To access the actual examples you will need to just hit the angular routes in the app listed in the config in app.js. This app uses ui-router which can apply state to a url. So your current route is http://localhost:4000/#/lock-screen. Change it to http://localhost:4000/#/animate and you will see the animate example.

The available routes are: lock-screen, animate, animations, container-surface, cuboid, cuboid-field, draggable, transitionables, demo, physics, physics-particles, ng-class, render-node, header-footer-layout, grid-layout, nested-scroll-view, perspective, flexible-layout, and flipper.

I hope this helps.

Thanks for your support of famous-angular,

Jordan

kamov commented 9 years ago

Thanks !