Skip to content

Commit ae94cf3

Browse files
t-ashrafjohnpapa
authored andcommitted
Added separation between avoid and recommended code for resolving-promises section (johnpapa#817)
1 parent 9bf295f commit ae94cf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

a1/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,9 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
15501550
// ***
15511551
}
15521552
}
1553+
```
15531554

1555+
```javascript
15541556
/* recommended */
15551557
function getCustomer(id) {
15561558
return $http.get('/api/customer/' + id)

0 commit comments

Comments
 (0)