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

Commit 6a6f403

Browse files
bradleypriceNarretz
authored andcommitted
docs($http): remove trailing comma
Remove trailing comma to keep the same flow with all other code examples on page.
1 parent 7811ead commit 6a6f403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ function $HttpProvider() {
377377
* headers: {
378378
* 'Content-Type': undefined
379379
* },
380-
* data: { test: 'test' },
380+
* data: { test: 'test' }
381381
* }
382382
*
383383
* $http(req).success(function(){...}).error(function(){...});

0 commit comments

Comments
 (0)