Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)