summaryrefslogtreecommitdiffstats
path: root/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$compile.directive.Attributes.html
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/js/angular-1.0.2/docs/partials/api/ng.$compile.directive.Attributes.html')
-rw-r--r--3rdparty/js/angular-1.0.2/docs/partials/api/ng.$compile.directive.Attributes.html36
1 files changed, 0 insertions, 36 deletions
diff --git a/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$compile.directive.Attributes.html b/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$compile.directive.Attributes.html
deleted file mode 100644
index a4fe795ea..000000000
--- a/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$compile.directive.Attributes.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<h1><code ng:non-bindable="">Attributes</code>
-<span class="hint">(type in module <code ng:non-bindable="">ng</code>
-)</span>
-</h1>
-<div><h2 id="Description">Description</h2>
-<div class="description"><p>A shared object between directive compile / linking functions which contains normalized DOM element
-attributes. The the values reflect current binding state <code>{{ }}</code>. The normalization is needed
-since all of these are treated as equivalent in Angular:</p>
-
-<pre><code> &lt;span ng:bind="a" ng-bind="a" data-ng-bind="a" x-ng-bind="a"&gt;
-</code></pre></div>
-<div class="member method"><h2 id="Methods">Methods</h2>
-<ul class="methods"><li><h3 id="$set">$set(name, value)</h3>
-<div class="$set"><p>Set DOM element attribute value.</p><h4 id="Parameters">Parameters</h4>
-<ul class="parameters"><li><code ng:non-bindable="">name – {string} – </code>
-<p>Normalized element attribute name of the property to modify. The name is
-revers translated using the <a href="api/ng.$compile.directive.Attributes#$attr"><code>$attr</code></a>
-property to the original name.</p></li>
-<li><code ng:non-bindable="">value – {string} – </code>
-<p>Value to set the attribute to.</p></li>
-</ul>
-</div>
-</li>
-</ul>
-</div>
-<div class="member property"><h2 id="Properties">Properties</h2>
-<ul class="properties"><li><h3 id="$attr">$attr</h3>
-<div class="$attr"><h4 id="Returns">Returns</h4>
-<div class="returns"><code ng:non-bindable="">{object}</code>
-– <p>A map of DOM element attribute names to the normalized name. This is
-needed to do reverse lookup from normalized name back to actual name.</p></div>
-</div>
-</li>
-</ul>
-</div>
-</div>