docs($http): remove trailing comma
Remove trailing comma to keep the same flow with all other code examples on page.
This commit is contained in:
committed by
Martin Staffa
parent
3353fb84aa
commit
a0e91c4ef7
+1
-1
@@ -371,7 +371,7 @@ function $HttpProvider() {
|
||||
* headers: {
|
||||
* 'Content-Type': undefined
|
||||
* },
|
||||
* data: { test: 'test' },
|
||||
* data: { test: 'test' }
|
||||
* }
|
||||
*
|
||||
* $http(req).success(function(){...}).error(function(){...});
|
||||
|
||||
Reference in New Issue
Block a user