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

Commit 7044e55

Browse files
committed
style($http): make jscs happy
1 parent bd9e894 commit 7044e55

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
@@ -319,8 +319,8 @@ function $HttpProvider() {
319319
*
320320
* To explicitly remove a header automatically added via $httpProvider.defaults.headers on a per request basis,
321321
* Use the `headers` property, setting the desired header to `undefined`. For example:
322-
*
323-
* ```
322+
*
323+
* ```js
324324
* var req = {
325325
* method: 'POST',
326326
* url: 'http://example.com',
@@ -329,7 +329,7 @@ function $HttpProvider() {
329329
* },
330330
* data: { test: 'test' },
331331
* }
332-
*
332+
*
333333
* $http(req).success(function(){...}).error(function(){...});
334334
* ```
335335
*

0 commit comments

Comments
 (0)