Skip to content

Instantly share code, notes, and snippets.

View greglindahl's full-sized avatar

Greg Lindahl greglindahl

View GitHub Profile
@greglindahl
greglindahl / angular-notes.md
Last active January 22, 2016 03:11
Some notes regarding Angular

Angular Notes

Angular File Structure

  • Organize your app by feature ** One folder for each feature *** Each folder contains templates, controllers, and directives for each feature
  • Most apps have some top level UI features ** Create a Main folder *** Within Main folder, use a top level controller to handle some of the global elements like navigation