diff options
| author | mgechev | 2013-10-24 15:57:44 +0300 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-26 18:53:41 +0100 |
| commit | af34a4a2c081abd68ad568149561c91d58f746c8 (patch) | |
| tree | ff1f82ec4a21218afaa7fcc61df9a2950023bebd /src/ng/http.js | |
| parent | a1806bb460403c5e6b8079fac7c3d604db139a55 (diff) | |
| download | angular.js-af34a4a2c081abd68ad568149561c91d58f746c8.tar.bz2 | |
docs(http): add missing brace in the 2nd interceptors example
Closes #4621
Diffstat (limited to 'src/ng/http.js')
| -rw-r--r-- | src/ng/http.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ng/http.js b/src/ng/http.js index 814694cd..9f7880f7 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -418,6 +418,7 @@ function $HttpProvider() { * 'response': function(response) { * // same as above * } + * }; * }); * </pre> * |
