Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesalbert/ngscopefinder
Lists all methods and variables, which controller is belongs to, and where in the DOM it is called.
https://github.com/jamesalbert/ngscopefinder
Last synced: 2 days ago
JSON representation
Lists all methods and variables, which controller is belongs to, and where in the DOM it is called.
- Host: GitHub
- URL: https://github.com/jamesalbert/ngscopefinder
- Owner: jamesalbert
- License: apache-2.0
- Created: 2015-08-03T02:41:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T02:08:45.000Z (over 9 years ago)
- Last Synced: 2024-04-22T00:42:17.290Z (7 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ngScopeFinder v0.0.1
Lists all methods and variables, which controller they belong to, and where in the DOM they are called.## Running the example
`python example.py /path/to/App`
where /path/to/App holds the /js and /templates folders.
## Example Output
![ngScopeFinder](http://i.imgur.com/BPSQ0gF.png)