Skip to content

Commit b5cfa61

Browse files
authored
Merge pull request #29 from octaviocarpes/master
Update README.md
2 parents e68ac33 + 73896f5 commit b5cfa61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)