Skip to content

Instantly share code, notes, and snippets.

@DevEarley
DevEarley / angular-js-best-practices.md
Last active January 28, 2023 02:08
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