Skip to content

Instantly share code, notes, and snippets.

@DevEarley
DevEarley / angular-js-best-practices.md
Last active July 1, 2024 06:55
AngularJS (1.X) Best Practices and Naming Conventions

Angular Naming Convention

TYPE CONVENTION EXAMPLE
App Module UpperCamel MyApp
Controller UpperCamel SomeController
Service UpperCamel SomeDataService
Factory UpperCamel SomeFactory
Directive lowerCamel someDirective
Filter lowerCamel someFilter