-
Notifications
You must be signed in to change notification settings - Fork 646
Closed
Description
Hi,
I'm wondering about the terminology used in these points in "Services" section:
- Encapsulate the business logic in models created using services.
- For creating models it is preferred to use service instead of factory.
I'm not convinced that model is a proper word. From my experience it's reserved for properties of an Angular Scope object.
From AngularJS docs:
In Angular, a model is any data that is reachable as a property of an angular Scope object.
Objects created using service or factory are just services I guess.
Metadata
Metadata
Assignees
Labels
No labels