From af34a4a2c081abd68ad568149561c91d58f746c8 Mon Sep 17 00:00:00 2001 From: mgechev Date: Thu, 24 Oct 2013 15:57:44 +0300 Subject: docs(http): add missing brace in the 2nd interceptors example Closes #4621 --- src/ng/http.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ng/http.js') 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 * } + * }; * }); * * -- cgit v1.2.3