Skip to content

Commit ad72f27

Browse files
committed
gh-pages v4.7.0
1 parent 5d62ad2 commit ad72f27

File tree

505 files changed

+147886
-22551
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

505 files changed

+147886
-22551
lines changed

docs/grunt-scripts/pdfmake.js

+1,014-1,165
Large diffs are not rendered by default.

docs/grunt-scripts/vfs_fonts.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/docs-setup.js

-1,790
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/partials/tutorial/Tutorial. 101 Intro to UI-Grid.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
6767
</li>
6868
</ul></div><h2 id="example">Example</h2>
6969
<div class="example"><div class="tutorial-page tutorial-101-intro-to-ui-grid-page"><h4 id="example_source">Source</h4>
70-
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html-22" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-23"></div>
70+
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js"></div>
7171
<div class="tabbable"><div class="tab-pane" title="index.html">
72-
<pre class="prettyprint linenums" ng-set-text="index.html-22" ng-html-wrap-loaded="app angular.js app.js"></pre>
73-
<script type="text/ng-template" id="index.html-22">
72+
<pre class="prettyprint linenums" ng-set-text="index.html" ng-html-wrap-loaded="app angular.js app.js"></pre>
73+
<script type="text/ng-template" id="index.html">
7474
<div ng-controller="MainCtrl as $ctrl">
7575
<div id="grid1" ui-grid="{ data: $ctrl.myData }" class="grid"></div>
7676
</div>
@@ -116,8 +116,8 @@
116116
</script>
117117
</div>
118118
<div class="tab-pane" title="End to end test">
119-
<pre class="prettyprint linenums" ng-set-text="scenario.js-23"></pre>
120-
<script type="text/ng-template" id="scenario.js-23">
119+
<pre class="prettyprint linenums" ng-set-text="scenario.js"></pre>
120+
<script type="text/ng-template" id="scenario.js">
121121
var GridObjectTest = require('../../test/e2e/gridObjectTestUtils.spec.js'),
122122
grid1 = new GridObjectTest('grid1');
123123

@@ -147,6 +147,6 @@
147147
</script>
148148
</div>
149149
</div><h4 id="example_demo">Demo</h4>
150-
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html-22" ng-eval-javascript="app.js"></div>
150+
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html" ng-eval-javascript="app.js"></div>
151151
</div></div>
152152
</div>

docs/partials/tutorial/Tutorial. 102 Sorting.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
&lt;script src="/release/ui-grid.core.min.js"&gt;&lt;/script&gt;
3737
</pre>
3838
<h3 id="source">Source</h3>
39-
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html-24" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-25"></div>
39+
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html-0" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-1"></div>
4040
<div class="tabbable"><div class="tab-pane" title="index.html">
41-
<pre class="prettyprint linenums" ng-set-text="index.html-24" ng-html-wrap-loaded="app angular.js app.js"></pre>
42-
<script type="text/ng-template" id="index.html-24">
41+
<pre class="prettyprint linenums" ng-set-text="index.html-0" ng-html-wrap-loaded="app angular.js app.js"></pre>
42+
<script type="text/ng-template" id="index.html-0">
4343
<div ng-controller="MainCtrl as main">
4444
Click on a column header to sort by that column. (The third column has sorting disabled.)
4545
To demonstrate the live sorting we provide a button that toggles the gender of Alexander Foley.
@@ -160,8 +160,8 @@ <h3 id="source">Source</h3>
160160
</script>
161161
</div>
162162
<div class="tab-pane" title="End to end test">
163-
<pre class="prettyprint linenums" ng-set-text="scenario.js-25"></pre>
164-
<script type="text/ng-template" id="scenario.js-25">
163+
<pre class="prettyprint linenums" ng-set-text="scenario.js-1"></pre>
164+
<script type="text/ng-template" id="scenario.js-1">
165165
var gridTestUtils = require('../../test/e2e/gridTestUtils.spec.js'),
166166
GridObjectTest = require('../../test/e2e/gridObjectTestUtils.spec.js'),
167167
grid1 = new GridObjectTest('grid1'),
@@ -320,5 +320,5 @@ <h3 id="source">Source</h3>
320320
</script>
321321
</div>
322322
</div><h3 id="demo">Demo</h3>
323-
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html-24" ng-eval-javascript="app.js"></div>
323+
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html-0" ng-eval-javascript="app.js"></div>
324324
</div></div>

docs/partials/tutorial/Tutorial. 103 Filtering.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ <h4 id="single-filter-box">Single filter box (similar to 2.x)</h4>
6060
</pre>
6161
</div><h2 id="example">Example</h2>
6262
<div class="example"><div class="tutorial-page tutorial-103-filtering-page"><h4 id="example_source">Source</h4>
63-
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html-26" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-27"></div>
63+
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html-2" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-3"></div>
6464
<div class="tabbable"><div class="tab-pane" title="index.html">
65-
<pre class="prettyprint linenums" ng-set-text="index.html-26" ng-html-wrap-loaded="app angular.js app.js"></pre>
66-
<script type="text/ng-template" id="index.html-26">
65+
<pre class="prettyprint linenums" ng-set-text="index.html-2" ng-html-wrap-loaded="app angular.js app.js"></pre>
66+
<script type="text/ng-template" id="index.html-2">
6767
<div ng-controller="MainCtrl as $ctrl">
6868
You can use asterisks to fuzz-match, i.e. use "*z*" as your filter to show any row where that column contains a "z".
6969
<br>
@@ -217,8 +217,8 @@ <h4 id="single-filter-box">Single filter box (similar to 2.x)</h4>
217217
</script>
218218
</div>
219219
<div class="tab-pane" title="End to end test">
220-
<pre class="prettyprint linenums" ng-set-text="scenario.js-27"></pre>
221-
<script type="text/ng-template" id="scenario.js-27">
220+
<pre class="prettyprint linenums" ng-set-text="scenario.js-3"></pre>
221+
<script type="text/ng-template" id="scenario.js-3">
222222
var gridTestUtils = require('../../test/e2e/gridTestUtils.spec.js');
223223

224224
describe('first grid on the page, filtered by male by default', function() {
@@ -268,6 +268,6 @@ <h4 id="single-filter-box">Single filter box (similar to 2.x)</h4>
268268
</script>
269269
</div>
270270
</div><h4 id="example_demo">Demo</h4>
271-
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html-26" ng-eval-javascript="app.js"></div>
271+
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html-2" ng-eval-javascript="app.js"></div>
272272
</div></div>
273273
</div>

docs/partials/tutorial/Tutorial. 104 i18n.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
</pre>
2727
</div><h2 id="example">Example</h2>
2828
<div class="example"><div class="tutorial-page tutorial-104-i18n-page"><h4 id="example_source">Source</h4>
29-
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html-28" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-29"></div>
29+
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html-4" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-5"></div>
3030
<div class="tabbable"><div class="tab-pane" title="index.html">
31-
<pre class="prettyprint linenums" ng-set-text="index.html-28" ng-html-wrap-loaded="app angular.js app.js"></pre>
32-
<script type="text/ng-template" id="index.html-28">
31+
<pre class="prettyprint linenums" ng-set-text="index.html-4" ng-html-wrap-loaded="app angular.js app.js"></pre>
32+
<script type="text/ng-template" id="index.html-4">
3333
<div ng-controller="MainCtrl as $ctrl">
3434
<select id="langDropdown" ng-model="$ctrl.lang" ng-options="l for l in $ctrl.langs"></select>
3535
<br />
@@ -93,8 +93,8 @@ <h4 id="example_using-filter-that-does-not-update-after-load">Using Filter that
9393
</script>
9494
</div>
9595
<div class="tab-pane" title="End to end test">
96-
<pre class="prettyprint linenums" ng-set-text="scenario.js-29"></pre>
97-
<script type="text/ng-template" id="scenario.js-29">
96+
<pre class="prettyprint linenums" ng-set-text="scenario.js-5"></pre>
97+
<script type="text/ng-template" id="scenario.js-5">
9898
var gridTestUtils = require('../../test/e2e/gridTestUtils.spec.js');
9999

100100
describe('104 i18n', function() {
@@ -110,6 +110,6 @@ <h4 id="example_using-filter-that-does-not-update-after-load">Using Filter that
110110
</script>
111111
</div>
112112
</div><h4 id="example_demo">Demo</h4>
113-
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html-28" ng-eval-javascript="app.js"></div>
113+
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html-4" ng-eval-javascript="app.js"></div>
114114
</div></div>
115115
</div>

docs/partials/tutorial/Tutorial. 105 Footer.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ <h4 id="column-footer">Column Footer</h4>
3030
</pre>
3131
</div><h2 id="example">Example</h2>
3232
<div class="example"><div class="tutorial-page tutorial-105-footer-page"><h4 id="example_source">Source</h4>
33-
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html-30" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-31"></div>
33+
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html-6" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-7"></div>
3434
<div class="tabbable"><div class="tab-pane" title="index.html">
35-
<pre class="prettyprint linenums" ng-set-text="index.html-30" ng-html-wrap-loaded="app angular.js app.js"></pre>
36-
<script type="text/ng-template" id="index.html-30">
35+
<pre class="prettyprint linenums" ng-set-text="index.html-6" ng-html-wrap-loaded="app angular.js app.js"></pre>
36+
<script type="text/ng-template" id="index.html-6">
3737
<div ng-controller="MainCtrl">
3838
<button id="footerButton" class="btn btn-success" ng-click="toggleFooter()">Toggle Grid Footer</button>
3939
<button class="btn btn-success" ng-click="toggleColumnFooter()">Toggle Column Footer</button>
@@ -100,8 +100,8 @@ <h4 id="column-footer">Column Footer</h4>
100100
</script>
101101
</div>
102102
<div class="tab-pane" title="End to end test">
103-
<pre class="prettyprint linenums" ng-set-text="scenario.js-31"></pre>
104-
<script type="text/ng-template" id="scenario.js-31">
103+
<pre class="prettyprint linenums" ng-set-text="scenario.js-7"></pre>
104+
<script type="text/ng-template" id="scenario.js-7">
105105
var gridTestUtils = require('../../test/e2e/gridTestUtils.spec.js');
106106
describe( '105 footer', function() {
107107
/*
@@ -153,6 +153,6 @@ <h4 id="column-footer">Column Footer</h4>
153153
</script>
154154
</div>
155155
</div><h4 id="example_demo">Demo</h4>
156-
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html-30" ng-eval-javascript="app.js"></div>
156+
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html-6" ng-eval-javascript="app.js"></div>
157157
</div></div>
158158
</div>

docs/partials/tutorial/Tutorial. 106 Binding examples.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
</pre>
1818
</div><h2 id="example">Example</h2>
1919
<div class="example"><div class="tutorial-page tutorial-106-binding-examples-page"><h4 id="example_source">Source</h4>
20-
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html-32" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-33"></div>
20+
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html-8" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-9"></div>
2121
<div class="tabbable"><div class="tab-pane" title="index.html">
22-
<pre class="prettyprint linenums" ng-set-text="index.html-32" ng-html-wrap-loaded="app angular.js app.js"></pre>
23-
<script type="text/ng-template" id="index.html-32">
22+
<pre class="prettyprint linenums" ng-set-text="index.html-8" ng-html-wrap-loaded="app angular.js app.js"></pre>
23+
<script type="text/ng-template" id="index.html-8">
2424
<div ng-controller="MainCtrl as $ctrl">
2525
<div id="grid1" ui-grid="$ctrl.gridOptions" ui-grid-edit class="grid"></div>
2626
</div>
@@ -66,8 +66,8 @@
6666
</script>
6767
</div>
6868
<div class="tab-pane" title="End to end test">
69-
<pre class="prettyprint linenums" ng-set-text="scenario.js-33"></pre>
70-
<script type="text/ng-template" id="scenario.js-33">
69+
<pre class="prettyprint linenums" ng-set-text="scenario.js-9"></pre>
70+
<script type="text/ng-template" id="scenario.js-9">
7171
var gridTestUtils = require('../../test/e2e/gridTestUtils.spec.js');
7272
it('grid should have one visible row and four columns', function () {
7373
gridTestUtils.expectRowCount( 'grid1', 1 );
@@ -87,6 +87,6 @@
8787
</script>
8888
</div>
8989
</div><h4 id="example_demo">Demo</h4>
90-
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html-32" ng-eval-javascript="app.js"></div>
90+
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html-8" ng-eval-javascript="app.js"></div>
9191
</div></div>
9292
</div>

docs/partials/tutorial/Tutorial. 108 Hidden Grids.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
</pre>
3737
</div><h2 id="example">Example</h2>
3838
<div class="example"><div class="tutorial-page tutorial-108-hidden-grids-page"><h4 id="example_source">Source</h4>
39-
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html-34" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario=""></div>
39+
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html-10" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario=""></div>
4040
<div class="tabbable"><div class="tab-pane" title="index.html">
41-
<pre class="prettyprint linenums" ng-set-text="index.html-34" ng-html-wrap-loaded="app angular.js app.js"></pre>
42-
<script type="text/ng-template" id="index.html-34">
41+
<pre class="prettyprint linenums" ng-set-text="index.html-10" ng-html-wrap-loaded="app angular.js app.js"></pre>
42+
<script type="text/ng-template" id="index.html-10">
4343
<div ng-controller="MainCtrl as $ctrl">
4444
<button type="button" class="btn btn-success" ng-click="$ctrl.hideGrid = !$ctrl.hideGrid">
4545
{{ $ctrl.hideGrid && 'Show' || 'Hide' }} Grid
@@ -80,6 +80,6 @@
8080
</script>
8181
</div>
8282
</div><h4 id="example_demo">Demo</h4>
83-
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html-34" ng-eval-javascript="app.js"></div>
83+
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html-10" ng-eval-javascript="app.js"></div>
8484
</div></div>
8585
</div>

docs/partials/tutorial/Tutorial. 109 Multiple Grids per Page.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
</pre>
1010
</div><h2 id="example">Example</h2>
1111
<div class="example"><div class="tutorial-page tutorial-109-multiple-grids-per-page-page"><h4 id="example_source">Source</h4>
12-
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html-35" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-36"></div>
12+
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html-11" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-12"></div>
1313
<div class="tabbable"><div class="tab-pane" title="index.html">
14-
<pre class="prettyprint linenums" ng-set-text="index.html-35" ng-html-wrap-loaded="app angular.js app.js"></pre>
15-
<script type="text/ng-template" id="index.html-35">
14+
<pre class="prettyprint linenums" ng-set-text="index.html-11" ng-html-wrap-loaded="app angular.js app.js"></pre>
15+
<script type="text/ng-template" id="index.html-11">
1616
<div ng-controller="MainCtrl as $ctrl">
1717
<div class="row">
1818
<div class="span4">
@@ -59,8 +59,8 @@
5959
</script>
6060
</div>
6161
<div class="tab-pane" title="End to end test">
62-
<pre class="prettyprint linenums" ng-set-text="scenario.js-36"></pre>
63-
<script type="text/ng-template" id="scenario.js-36">
62+
<pre class="prettyprint linenums" ng-set-text="scenario.js-12"></pre>
63+
<script type="text/ng-template" id="scenario.js-12">
6464
var gridTestUtils = require('../../test/e2e/gridTestUtils.spec.js');
6565
it('grid1 should have three visible columns, grid2 has four', function () {
6666
gridTestUtils.expectHeaderColumnCount( 'grid1', 3 );
@@ -88,6 +88,6 @@
8888
</script>
8989
</div>
9090
</div><h4 id="example_demo">Demo</h4>
91-
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html-35" ng-eval-javascript="app.js"></div>
91+
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html-11" ng-eval-javascript="app.js"></div>
9292
</div></div>
9393
</div>

docs/partials/tutorial/Tutorial. 110 Grid in a Modal.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
&lt;script src="/release/ui-grid.core.min.js"&gt;&lt;/script&gt;
1515
</pre>
1616
<h3 id="source">Source</h3>
17-
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html-37" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-38"></div>
17+
<div source-edit="app" source-edit-deps="angular.js app.js" source-edit-html="index.html-13" source-edit-css="main.css" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-14"></div>
1818
<div class="tabbable"><div class="tab-pane" title="index.html">
19-
<pre class="prettyprint linenums" ng-set-text="index.html-37" ng-html-wrap-loaded="app angular.js app.js"></pre>
20-
<script type="text/ng-template" id="index.html-37">
19+
<pre class="prettyprint linenums" ng-set-text="index.html-13" ng-html-wrap-loaded="app angular.js app.js"></pre>
20+
<script type="text/ng-template" id="index.html-13">
2121
<div ng-controller="MainCtrl">
2222
<button id="showButton" class="btn btn-success" ng-click="showModal()">Show Modal</button>
2323
</div>
@@ -94,8 +94,8 @@ <h3 id="source">Source</h3>
9494
</script>
9595
</div>
9696
<div class="tab-pane" title="End to end test">
97-
<pre class="prettyprint linenums" ng-set-text="scenario.js-38"></pre>
98-
<script type="text/ng-template" id="scenario.js-38">
97+
<pre class="prettyprint linenums" ng-set-text="scenario.js-14"></pre>
98+
<script type="text/ng-template" id="scenario.js-14">
9999
// TODO: Fix this test. It is currently causing other tests to fail.
100100
/*var gridTestUtils = require('../../test/e2e/gridTestUtils.spec.js');
101101
var GridObjectTest = require('../../test/e2e/gridObjectTestUtils.spec.js');
@@ -115,5 +115,5 @@ <h3 id="source">Source</h3>
115115
</script>
116116
</div>
117117
</div><h3 id="demo">Demo</h3>
118-
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html-37" ng-eval-javascript="app.js"></div>
118+
<div class="well doc-example-live animate-container" ng-embed-app="app" ng-set-html="index.html-13" ng-eval-javascript="app.js"></div>
119119
</div></div>

0 commit comments

Comments
 (0)