Skip to content

Dependency control tutorial on angular application. It is applied on top of angular-phonecat (https://github.com/angular/angular-phonecat) using Require JS

License

Notifications You must be signed in to change notification settings

m41highway/angular-phonecat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

167 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Control Tutorial on AngularJS Application using RequireJS

Overview

This project is bootstraped form the Phonecat AngularJS tutorial for ease of understanding and simplicity. AngularJS is well-known for its dependency injection as a MVC client-side framework, but lack of dependencies control between modules. There are much discussions about the goodness and drawbacks to put them together. If your AngularJS webapp grows large and rather than a single page application, you may consider to use RequireJS to modularize it like backend application.

About

Dependency control tutorial on angular application. It is applied on top of angular-phonecat (https://github.com/angular/angular-phonecat) using Require JS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.8%
  • Shell 18.7%
  • CSS 9.9%
  • Ruby 1.6%