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:
Bradley Price
2015-03-22 04:47:08 -05:00
committed by Martin Staffa
parent 3353fb84aa
commit a0e91c4ef7
+1 -1
View File
@@ -371,7 +371,7 @@ function $HttpProvider() {
* headers: {
* 'Content-Type': undefined
* },
* data: { test: 'test' },
* data: { test: 'test' }
* }
*
* $http(req).success(function(){...}).error(function(){...});