docs(http): add missing brace in the 2nd interceptors example

Closes #4621
This commit is contained in:
mgechev 2013-10-24 15:57:44 +03:00 committed by Pete Bacon Darwin
parent a1806bb460
commit af34a4a2c0

View file

@ -418,6 +418,7 @@ function $HttpProvider() {
* 'response': function(response) {
* // same as above
* }
* };
* });
* </pre>
*