Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 95e03bc

Browse files
committed
style($http): make jscs happy
1 parent 5388ca5 commit 95e03bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ng/http.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ function $HttpProvider() {
351351
*
352352
* To explicitly remove a header automatically added via $httpProvider.defaults.headers on a per request basis,
353353
* Use the `headers` property, setting the desired header to `undefined`. For example:
354-
*
355-
* ```
354+
*
355+
* ```js
356356
* var req = {
357357
* method: 'POST',
358358
* url: 'http://example.com',
@@ -361,7 +361,7 @@ function $HttpProvider() {
361361
* },
362362
* data: { test: 'test' },
363363
* }
364-
*
364+
*
365365
* $http(req).success(function(){...}).error(function(){...});
366366
* ```
367367
*

0 commit comments

Comments
 (0)