Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f1lt3r/angular-lazy-load
a demonstration of using Angular-JS with Require-JS to lazy-load modules
https://github.com/f1lt3r/angular-lazy-load
Last synced: 26 days ago
JSON representation
a demonstration of using Angular-JS with Require-JS to lazy-load modules
- Host: GitHub
- URL: https://github.com/f1lt3r/angular-lazy-load
- Owner: F1LT3R
- License: mit
- Created: 2015-12-01T21:43:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T19:26:35.000Z (almost 9 years ago)
- Last Synced: 2023-03-23T03:52:04.371Z (over 1 year ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Lazy Load
A demonstration of using Angular-JS with Require-JS to lazy-load modules. In this context, Lazy-Load means: to fetch individual JavaScript controllers and directives after the Angular app has already been bootstrapped, and resolving them as dependencies as the route is updated.
- Source on GitHub: [https://github.com/F1LT3R/angular-lazy-load](https://github.com/F1LT3R/angular-lazy-load)
- Demo on Plunker: [http://plnkr.co/edit/XU7MIXGAnU3kd6CITWE7](http://plnkr.co/edit/XU7MIXGAnU3kd6CITWE7)