Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pauleveritt/angular-traversal
Implementation of traversal in Angular using angularui routing's state machine.
https://github.com/pauleveritt/angular-traversal
Last synced: about 4 hours ago
JSON representation
Implementation of traversal in Angular using angularui routing's state machine.
- Host: GitHub
- URL: https://github.com/pauleveritt/angular-traversal
- Owner: pauleveritt
- License: apache-2.0
- Created: 2013-10-21T18:52:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-07T22:51:48.000Z (almost 11 years ago)
- Last Synced: 2024-10-10T19:22:12.146Z (26 days ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
angular-traversal
=================Implementation of traversal in Angular using angularui routing's state
machine. Send a graph to the client, fireworks ensue. (Deprecated)Installation
============1) bower install
2) Open app/index.html
Notes
=====1) Model your @view_config equivalents using ui-router's states.
2) Your data needs to be shaped a certain way:
- Top node is a dictionary
- Each node needs an __name__ property
- If the node is a collection, it needs an items property
3) Hand the traversalService a pile of JSON data.
4) Still need to implement some traversal stuff (assigning a view to
all contexts, getting a context that is an implementation of a
user-defined class, etc.)