Skip to content

Instantly share code, notes, and snippets.

@astopo
Created June 3, 2015 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astopo/ac280abdd18300efd3ef to your computer and use it in GitHub Desktop.
Save astopo/ac280abdd18300efd3ef to your computer and use it in GitHub Desktop.
Angular Calling Order
  1. .config()
  2. .run()
  3. directive compile functions
  4. controllers
  5. directive link functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment