summaryrefslogtreecommitdiffstats
path: root/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$filter.html
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/js/angular-1.0.2/docs/partials/api/ng.$filter.html')
-rw-r--r--3rdparty/js/angular-1.0.2/docs/partials/api/ng.$filter.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$filter.html b/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$filter.html
deleted file mode 100644
index 7a95c3ed7..000000000
--- a/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$filter.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<h1><code ng:non-bindable="">$filter</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>Filters are used for formatting data displayed to the user.</p>
-
-<p>The general syntax in templates is as follows:</p>
-
-<pre><code> {{ expression | [ filter_name ] }}
-</code></pre></div>
-<h2 id="Usage">Usage</h2>
-<div class="usage"><pre class="prettyprint linenums">$filter(name);</pre>
-<h3 id="Parameters">Parameters</h3>
-<ul class="parameters"><li><code ng:non-bindable="">name – {String} – </code>
-<p>Name of the filter function to retrieve</p></li>
-</ul>
-<h3 id="Returns">Returns</h3>
-<div class="returns"><code ng:non-bindable="">{Function}</code>
-– <p>the filter function</p></div>
-</div>
-</div>