Skip to content

Instantly share code, notes, and snippets.

@ds82
Last active December 24, 2015 00:49
Show Gist options
  • Save ds82/6719683 to your computer and use it in GitHub Desktop.
Save ds82/6719683 to your computer and use it in GitHub Desktop.
My personal AngularJS Developing Guidelines

Angular App Guidelines

Controller

  • Controllers are named like SomeCtrl, SomeEditCtrl, etc..
  • Controllers of the same Domain are specified in the same file (unless they become to big)

Resource

  • Resources are called SomeResource and defined as a factory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment