summaryrefslogtreecommitdiffstats
path: root/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$window.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.$window.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.$window.html')
-rw-r--r--3rdparty/js/angular-1.0.2/docs/partials/api/ng.$window.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$window.html b/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$window.html
deleted file mode 100644
index babd616e3..000000000
--- a/3rdparty/js/angular-1.0.2/docs/partials/api/ng.$window.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<h1><code ng:non-bindable="">$window</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>A reference to the browser's <code>window</code> object. While <code>window</code>
-is globally available in JavaScript, it causes testability problems, because
-it is a global variable. In angular we always refer to it through the
-<code>$window</code> service, so it may be overriden, removed or mocked for testing.</p>
-
-<p>All expressions are evaluated with respect to current scope so they don't
-suffer from window globality.</p></div>
-<h2 id="Example">Example</h2>
-<div class="example"><h4>Source</h4>
-<div source-edit="" source-edit-deps="angular.js" source-edit-html="index.html-216" source-edit-css="" source-edit-js="" source-edit-unit="" source-edit-scenario="scenario.js-217"></div>
-<div class="tabbable"><div class="tab-pane" title="index.html">
-<pre class="prettyprint linenums" ng-set-text="index.html-216" ng-html-wrap=" angular.js"></pre>
-<script type="text/ng-template" id="index.html-216">
- <input ng-init="$window = $service('$window'); greeting='Hello World!'" type="text" ng-model="greeting" />
- <button ng-click="$window.alert(greeting)">ALERT</button>
-</script>
-</div>
-<div class="tab-pane" title="End to end test">
-<pre class="prettyprint linenums" ng-set-text="scenario.js-217"></pre>
-<script type="text/ng-template" id="scenario.js-217">
-</script>
-</div>
-</div><h4>Demo</h4>
-<div class="well doc-example-live" ng-embed-app="" ng-set-html="index.html-216" ng-eval-javascript=""></div></div>
-</div>