Skip to content

Commit 73896f5

Browse files
Uptade README.md
Added a coma to this line: "Every piece of logic, which doesn't belong to the components described above, should be placed inside a service."
1 parent e68ac33 commit 73896f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function MyCtrl(uppercaseFilter) {
234234

235235
### Services
236236

237-
Every piece of logic, which doesn't belong to the components described above should be placed inside a service. Usually services encapsulate the domain specific logic, persistence logic, XHR, WebSockets, etc. When the controllers in the application became too "fat" the repetitive code should be placed inside a service.
237+
Every piece of logic, which doesn't belong to the components described above, should be placed inside a service. Usually services encapsulate the domain specific logic, persistence logic, XHR, WebSockets, etc. When the controllers in the application became too "fat" the repetitive code should be placed inside a service.
238238

239239
```JavaScript
240240
myModule.service('Developer', function () {

0 commit comments

Comments
 (0)