https://github.com/angular/angular
Revision de4952a0c1e67abcf273b4872c88fdabc55cc210 authored by Jeff Cross on 24 June 2015, 03:46:03 UTC, committed by Jeff Cross on 26 June 2015, 00:14:42 UTC
BREAKING CHANGE: HttpFactory is no longer available. 
    This factory provided a function alternative to the `request` method of the
    Http class, but added no real value. The additional factory required an
    additional IHttp interface, an odd way to inject while preserving type information
    (`@Inject(HttpFactory) http:IHttp`), and required additional documentation in the
    http module.

Closes #2564
1 parent 71102fd
History
Tip revision: de4952a0c1e67abcf273b4872c88fdabc55cc210 authored by Jeff Cross on 24 June 2015, 03:46:03 UTC
refactor(Http): remove HttpFactory
Tip revision: de4952a
File Mode Size
basic_spec.dart -rw-r--r-- 0 bytes
basic_spec.ts -rw-r--r-- 351 bytes

back to top