Skip to content

annqilee/angular-require-lazyload-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Require LazyLoad Template

An AngularJS + Ui-Router + RequireJS cookie cutter: for creating web-applications that fetches controllers, modules and CSS, after Angular has been bootstrapped, resolving their dependencies as the route changes.

Read more about the lazy-loading software design pattern on Wikipedia.

Definitions

Ng-Files

All files prefixed with ng- contain core Angular code.

Core Module

The Definition of a Core Module is two-fold:

  1. A Module that the Angular App depends upon to be bootstrapped. A Core Module can be a Directive, a Controller or even a Configuration file.
  2. A Module that is used in every/many view(s) of the application. Eg: an API module that handles communication between the server and the client.

Research

About

An AngularJS + Ui-Router + RequireJS template: for creating web-applications that fetches controllers, modules and CSS, after Angular has been bootstrapped, resolving their dependencies as the route changes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 88.4%
  • HTML 9.8%
  • CSS 1.8%