summaryrefslogtreecommitdiffstats
path: root/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$httpBackend.html
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-12 00:08:35 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-12 00:08:35 +0100
commit95384df834a47a3e40f72ddc1e585b66af170efd (patch)
tree45593e2939d34ddd6b9c0bc12f6762e29027db04 /3rdparty/js/angular-1.0.2/docs/partials/api/ng.$httpBackend.html
parent65e5cacbb42070774b8d35068f1ce9bd97dff9c7 (diff)
added angular ui for ui-if to not include audio elements everywhere and throw lots of warnings
Diffstat (limited to '3rdparty/js/angular-1.0.2/docs/partials/api/ng.$httpBackend.html')
-rw-r--r--3rdparty/js/angular-1.0.2/docs/partials/api/ng.$httpBackend.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$httpBackend.html b/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$httpBackend.html
deleted file mode 100644
index a3fce1768..000000000
--- a/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$httpBackend.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<h1><code ng:non-bindable="">$httpBackend</code>
-<span class="hint">(service in module <code ng:non-bindable="">ng</code>
-)</span>
-</h1>
-<div><h2 id="Description">Description</h2>
-<div class="description"><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>
-<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>