aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/http.js
diff options
context:
space:
mode:
authormgechev2013-10-24 15:57:44 +0300
committerPete Bacon Darwin2013-10-26 18:53:41 +0100
commitaf34a4a2c081abd68ad568149561c91d58f746c8 (patch)
treeff1f82ec4a21218afaa7fcc61df9a2950023bebd /src/ng/http.js
parenta1806bb460403c5e6b8079fac7c3d604db139a55 (diff)
downloadangular.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.js1
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>
*