From afff3eb58c3f6231458e6983984e5ed651974639 Mon Sep 17 00:00:00 2001 From: siddharth Date: Fri, 6 Jan 2017 18:00:40 +0530 Subject: [PATCH] readme updated --- readme.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/readme.md b/readme.md index fb71a3d..f481735 100644 --- a/readme.md +++ b/readme.md @@ -23,22 +23,6 @@ Almost all new databases handle it on their level and serialize read/write calls * it releases two events on $rootScope `HTTP_CALL_STARTED` and `HTTP_CALL_STOPPED`, also sends config objects with events, you can catch this event and do many things. e.g. show loader or block UI from interaction. -## Options - -Here are defaults values and possible values that can be passed to the factory for further processing. - -````bash -| Property | Acceptable options | Default options | -|-----------|---------------------------------|-----------------| -| Method | get,post,delete,head,put,patch | none | -| url | | none | -| data | | none | -| headers | | none | -| timeout | time in miliseconds | 36000ms | - -```` - - ## Use Angular-httpshooter in your webapp install using npm @@ -86,6 +70,22 @@ In your Controller Yes it is as simple as this. + +## Options + +Here are defaults values and possible values that can be passed to the factory for further processing. + +````bash +| Property | Acceptable options | Default options | +|-----------|---------------------------------|-----------------| +| Method | get,post,delete,head,put,patch | none | +| url | | none | +| data | | none | +| headers | | none | +| timeout | time in miliseconds | 36000ms | + +```` + ## Events