summaryrefslogtreecommitdiffstats
path: root/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$interpolateProvider.html
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/js/angular-1.0.2/docs/partials/api/ng.$interpolateProvider.html')
-rw-r--r--3rdparty/js/angular-1.0.2/docs/partials/api/ng.$interpolateProvider.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$interpolateProvider.html b/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$interpolateProvider.html
deleted file mode 100644
index 3d4d9ed6d..000000000
--- a/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$interpolateProvider.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<h1><code ng:non-bindable="">$interpolateProvider</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>Used for configuring the interpolation markup. Defaults to <code>{{</code> and <code>}}</code>.</p></div>
-<div class="member method"><h2 id="Methods">Methods</h2>
-<ul class="methods"><li><h3 id="endSymbol">endSymbol(value)</h3>
-<div class="endsymbol"><p>Symbol to denote the end of expression in the interpolated string. Defaults to <code>}}</code>.</p><h4 id="Parameters">Parameters</h4>
-<ul class="parameters"><li><code ng:non-bindable="">value<i>(optional)</i> – {string=} – </code>
-<p>new value to set the ending symbol to.</p></li>
-</ul>
-<h4 id="Returns">Returns</h4>
-<div class="returns"><code ng:non-bindable="">{string|self}</code>
-– <p>Returns the symbol when used as getter and self if used as setter.</p></div>
-</div>
-</li>
-<li><h3 id="startSymbol">startSymbol(value)</h3>
-<div class="startsymbol"><p>Symbol to denote start of expression in the interpolated string. Defaults to <code>{{</code>.</p><h4 id="Parameters">Parameters</h4>
-<ul class="parameters"><li><code ng:non-bindable="">value<i>(optional)</i> – {string=} – </code>
-<p>new value to set the starting symbol to.</p></li>
-</ul>
-<h4 id="Returns">Returns</h4>
-<div class="returns"><code ng:non-bindable="">{string|self}</code>
-– <p>Returns the symbol when used as getter and self if used as setter.</p></div>
-</div>
-</li>
-</ul>
-</div>
-</div>