docs(http): add language annotations and fix method value to enum

Closes #4348
This commit is contained in:
mgechev
2015-09-24 11:32:43 +03:00
committed by Minko Gechev
parent e2f5d87ff7
commit 4319563bba
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ function mergeOptions(defaultOpts, providedOpts, method, url): RequestOptions {
*
* #Example
*
* ```
* ```typescript
* import {Http, HTTP_BINDINGS} from 'angular2/http';
* @Component({selector: 'http-app', viewBindings: [HTTP_BINDINGS]})
* @View({templateUrl: 'people.html'})
@@ -68,7 +68,7 @@ function mergeOptions(defaultOpts, providedOpts, method, url): RequestOptions {
*
* #Example
*
* ```
* ```typescript
* import {MockBackend, BaseRequestOptions, Http} from 'angular2/http';
* var injector = Injector.resolveAndCreate([
* BaseRequestOptions,