Skip to content

Commit dba5971

Browse files
bradleypricenetman92
authored andcommitted
docs($http): remove trailing comma
Remove trailing comma to keep the same flow with all other code examples on page.
1 parent f7d4663 commit dba5971

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)