summaryrefslogtreecommitdiffstats
path: root/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$filter.html
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-01-28 03:18:26 +0100
committerRobin Appelman <icewind@owncloud.com>2013-01-28 03:18:26 +0100
commitc4db5c8e30aa48b26a1f781f7fe21ee0cb208ad3 (patch)
treeb09e7b704bb530cc608fa2181be084eec0127338 /3rdparty/js/angular-1.0.2/docs/partials/api/ng.$filter.html
parentebee7168bf41649bd3ea99da4d85e50b6f51156d (diff)
parentf9980b08c172109dd7b9d2b756607b58c914960b (diff)
merge filesystem into gallery
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, 22 insertions, 0 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
new file mode 100644
index 000000000..7a95c3ed7
--- /dev/null
+++ b/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$filter.html
@@ -0,0 +1,22 @@
+<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>