UNPKG

knowhow-server

Version:

A personal workflow engine that can manage and use any network connected host

22 lines (21 loc) 1.44 kB
<a href="http://github.com/angular/angular.js/tree/v1.2.9/src/ng/httpBackend.js#L12" class="view-source btn btn-action"><i class="icon-zoom-in"> </i> View source</a><a href="http://github.com/angular/angular.js/edit/master/src/ng/httpBackend.js" class="improve-docs btn btn-primary"><i class="icon-edit"> </i> Improve this doc</a><h1><code ng:non-bindable="">$httpBackend</code> <div><span class="hint">service in module <code ng:non-bindable="">ng</code> </span> </div> </h1> <div><h2 id="description">Description</h2> <div class="description"><div class="ng-httpbackend-page"><p>HTTP backend used by the <a href="api/ng.$http"><code>service</code></a> that delegates to XMLHttpRequest object or JSONP and deals with browser incompatibilities.</p> <p>You should never need to use this service directly, instead use the higher-level abstractions: <a href="api/ng.$http"><code>$http</code></a> or <a href="api/ngResource.$resource">$resource</a>.</p> <p>During testing this implementation is swapped with <a href="api/ngMock.$httpBackend">mock $httpBackend</a> which can be trained with responses.</p> </div></div> <h2 id="dependencies">Dependencies</h2> <ul class="dependencies"><li><code ng:non-bindable=""><a href="api/ng.$browser">$browser</a></code> </li> <li><code ng:non-bindable=""><a href="api/ng.$window">$window</a></code> </li> <li><code ng:non-bindable=""><a href="api/ng.$document">$document</a></code> </li> </ul> </div>