This course has been updated! We now recommend you take the Angular 9 Fundamentals course.
Check out a free preview of the full AngularJS 1.x Application Development course:
The "Services" Lesson is part of the full, AngularJS 1.x Application Development course featured in this preview video. Here's what you'd learn in this lesson:
In Angular, services act as the model. It’s common for service logic to start in a controller and eventually get promoted to a separate service object. Lukas walks through a brief example of creating a service. - examples/04 Promote to Service