AngularJS best practices - Services

Coming soon…

AngularJS: Services

Are lazily instantiated

Are singletons

Contain the business logic (for the front-end)

Can retrieve data from the back-end

Next: AngularJS best practices - Directives