Skip to content

Instantly share code, notes, and snippets.

@astopo
Created June 3, 2015 16:05
Show Gist options
  • Select an option

  • Save astopo/ac280abdd18300efd3ef to your computer and use it in GitHub Desktop.

Select an option

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