Skip to content

Commit 8f86ad1

Browse files
committed
gh-pages v3.0.2
1 parent 0169cd6 commit 8f86ad1

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</button>
122122

123123

124-
<a href="http://ui-grid.info" class="navbar-brand">UI Grid</a>
124+
<a href="http://127.0.0.1:9003" class="navbar-brand">UI Grid</a>
125125

126126
</div>
127127

docs/js/docs-setup.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ NG_DOCS={
2828
"shortName": "ui.grid.autoResize",
2929
"type": "overview",
3030
"moduleName": "ui.grid.autoResize",
31-
"shortDescription": "#ui.grid.autoResize",
31+
"shortDescription": "ui.grid.autoResize",
3232
"keywords": "alert alert-warning api auto-resizing autoresize bugs class feature functionality grid hasn lot module overview ready role testing ui ui-grid"
3333
},
3434
{
@@ -37,7 +37,7 @@ NG_DOCS={
3737
"shortName": "ui.grid.cellNav",
3838
"type": "overview",
3939
"moduleName": "ui.grid.cellNav",
40-
"shortDescription": "#ui.grid.cellNav",
40+
"shortDescription": "ui.grid.cellNav",
4141
"keywords": "alert alert-success api auto-resizing breaking cellnav changes class deprecation feature functionality grid longer module overview role stable ui ui-grid warning"
4242
},
4343
{
@@ -910,7 +910,7 @@ NG_DOCS={
910910
"shortName": "ui.grid.infiniteScroll",
911911
"type": "overview",
912912
"moduleName": "ui.grid.infiniteScroll",
913-
"shortDescription": "#ui.grid.infiniteScroll",
913+
"shortDescription": "ui.grid.infiniteScroll",
914914
"keywords": "alert alert-warning api bugs class feature functionality grid hasn infinite infinitescroll lot module overview ready role scroll testing ui ui-grid"
915915
},
916916
{

docs/partials/api/ui.grid.autoResize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div><span class="hint"></span>
33
</div>
44
</h1>
5-
<div><div class="ui-grid-autoresize-page"><p>#ui.grid.autoResize</p>
5+
<div><div class="ui-grid-autoresize-page"><h2 id="uigridautoresize">ui.grid.autoResize</h2>
66
<div class="alert alert-warning" role="alert"><strong>Beta</strong> This feature is ready for testing, but it either hasn&#39;t seen a lot of use or has some known bugs.</div>
77

88
<p>This module provides auto-resizing functionality to UI-Grid.</p>

docs/partials/api/ui.grid.cellNav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div><span class="hint"></span>
33
</div>
44
</h1>
5-
<div><div class="ui-grid-cellnav-page"><p>#ui.grid.cellNav</p>
5+
<div><div class="ui-grid-cellnav-page"><h2 id="uigridcellnav">ui.grid.cellNav</h2>
66
<div class="alert alert-success" role="alert"><strong>Stable</strong> This feature is stable. There should no longer be breaking api changes without a deprecation warning.</div>
77

88
<p>This module provides auto-resizing functionality to UI-Grid.</p>

docs/partials/api/ui.grid.infiniteScroll.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div><span class="hint"></span>
33
</div>
44
</h1>
5-
<div><div class="ui-grid-infinitescroll-page"><p>#ui.grid.infiniteScroll</p>
5+
<div><div class="ui-grid-infinitescroll-page"><h2 id="uigridinfinitescroll">ui.grid.infiniteScroll</h2>
66
<div class="alert alert-warning" role="alert"><strong>Beta</strong> This feature is ready for testing, but it either hasn&#39;t seen a lot of use or has some known bugs.</div>
77

88
<p>This module provides infinite scroll functionality to ui-grid</p>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h1 class="text-center">Angular UI Grid</h1>
7070
Download <small>( 3.0.2 )</small>
7171
</a>
7272

73-
<a class="btn btn-success btn-large" href="http://ui-grid.info/docs/#/tutorial" title="Tutorial">
73+
<a class="btn btn-success btn-large" href="http://127.0.0.1:9003/docs/#/tutorial" title="Tutorial">
7474
<i class="fa fa-book fa-fw"></i>
7575
Tutorial
7676
</a>

less/ui-grid.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v3.0.2 - 2015-08-11
2+
* ui-grid - v3.0.2 - 2015-08-10
33
* Copyright (c) 2015 ; License: MIT
44
*/
55

release/ui-grid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v3.0.2 - 2015-08-11
2+
* ui-grid - v3.0.2 - 2015-08-10
33
* Copyright (c) 2015 ; License: MIT
44
*/
55
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,

release/ui-grid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v3.0.2 - 2015-08-11
2+
* ui-grid - v3.0.2 - 2015-08-10
33
* Copyright (c) 2015 ; License: MIT
44
*/
55

release/ui-grid.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)