Skip to content

Utility used to register lazy loaded controllers, directives, factories, filters, etc.

Notifications You must be signed in to change notification settings

rmeschian/async-angularjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async-angularjs

Loading files with RequireJS is great, but once you have the modules loaded it's a bit tricky to register them with the bootstrapped angular module. This sample app shows you how to setup a little utility I called lazy-angular.js, which will allow you to register controllers, directives, factories and filters.

This project is an enhancement of Mateusz Bilski's https://github.com/matys84pl/angularjs-requirejs-lazy-controllers

Usage

Run 'npm start' to start the server, then go to localhost:3000 to see the sample application

License

MIT

About

Utility used to register lazy loaded controllers, directives, factories, filters, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published