AngularJS Service / Factory Tutorial with Exampleby Viral Patel · January 7, 2014 1. Introduction to AngularJS ServicesIn AngularJS world, the services are singleton objects or functions that carry out specific tasks. It holds some business logic. Separation of concern is at the heart while designing an AngularJS application. Your controller must be responsible for binding model data to views usin