Skip to content

Commit b6d7340

Browse files
Zhuk, AlexanderZhuk, Alexander
authored andcommitted
index texts update with framework links
1 parent a14ce25 commit b6d7340

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

demo/bootstrap/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<div>
3333
<h3>Angular Data Grid sample using out-of-box Bootstrap styling</h3>
3434
Features enabled: sorting, filtering (using both in-grid and external controls), sync with browser URLs, pagination and items-per-page functionality.
35-
Angular UI Datepickers used for date controls, although you can use any other framework / plugins.
35+
Angular UI Datepicker used for date controls, although you can use any other framework, plugin or styling.
3636
<a href="https://github.com/angular-data-grid/angular-data-grid.github.io" target="_blank">Project GitHub</a>
3737
</div>
3838
<hr>

demo/material/index.html

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body ng-app="myApp" ng-controller="myAppController" ng-cloak>
1313
<div layout="column" layout-fill>
1414
<md-toolbar layout="row" layout-align="center">
15-
<div class="md-toolbar-tools" flex-gt-md="60" flex-md="80" flex-sm="100">
15+
<div class="md-toolbar-tools" flex-gt-md="60" flex-md="80" flex-sm="100">
1616
<span>Angular Data Grid &mdash; Material Design</span>
1717
<span flex></span>
1818
<md-menu md-position-mode="target-right target">
@@ -24,7 +24,7 @@
2424
</md-button>
2525
<md-menu-content>
2626
<md-menu-item>
27-
<a href="../bootstrap/index.html">Bootstrap</a>
27+
<a href="../bootstrap/index.html">Bootstrap Design</a>
2828
</md-menu-item>
2929
<md-menu-item>
3030
<a href="index.html"><strong>Material Design</strong></a>
@@ -36,8 +36,13 @@
3636
<md-content layout-padding layout="row" layout-align="center">
3737
<div flex-gt-md="60" flex-md="80" flex-xs="100">
3838
<div>
39-
<h4>Angular Data Grid sample using out-of-box Angular Material styling</h4>
40-
<p>Features enabled: sorting, filtering (using both in-grid and external controls), pagination and item-per-page functionality. Angular Material Datepickers used for date controls, although you can use any other framework / plugins. <a href="https://github.com/angular-data-grid/angular-data-grid.github.io" target="_blank">Project GitHub</a></p>
39+
<h4>Angular Data Grid sample using Material Design styling</h4>
40+
41+
<p>Features enabled: sorting, filtering, sync with browser URLs, pagination and item-per-page functionality.
42+
Out-of-box <a href="https://material.angularjs.org/" target="_blank">Angular Material</a> layout and input controls used,
43+
along with <a href="http://www.getmdl.io/" target="_blank">Material Design Light</a> default CSS for grid styling.
44+
<a href="https://github.com/angular-data-grid/angular-data-grid.github.io"
45+
target="_blank">Project GitHub</a></p>
4146
</div>
4247
<hr>
4348
<div layout-gt-sm="row" layout-sm="column" layout-align="stretch center">
@@ -56,7 +61,7 @@ <h4>Angular Data Grid sample using out-of-box Angular Material styling</h4>
5661
<div flex-gt-sm="33" flex-sm="100" layout="row" layout-align="start center">
5762
<md-datepicker ng-model="dateFrom"
5863
flex="100"
59-
md-placeholder="From"
64+
md-placeholder="From Date"
6065
is-open="dateFromOpened"
6166
ng-click="dateFromOpened = true"
6267
filter-by="placed"
@@ -66,7 +71,7 @@ <h4>Angular Data Grid sample using out-of-box Angular Material styling</h4>
6671
<div flex-gt-sm="33" flex-sm="100" layout="row" layout-align="start center">
6772
<md-datepicker ng-model="dateTo"
6873
flex="100"
69-
md-placeholder="To"
74+
md-placeholder="To Date"
7075
is-open="dateToOpened"
7176
ng-click="dateToOpened = true"
7277
filter-by="placed"
@@ -104,7 +109,7 @@ <h4>Angular Data Grid sample using out-of-box Angular Material styling</h4>
104109
<table class="mdl-data-table mdl-js-data-table mdl-data-table--selectable mdl-shadow--2dp">
105110
<thead>
106111
<tr>
107-
<th sortable="code" class="sortable mdl-data-table__cell--non-numeric" >
112+
<th sortable="code" class="sortable mdl-data-table__cell--non-numeric">
108113
<span>Order #</span>
109114
</th>
110115
<th class="st-sort-disable th-dropdown">
@@ -163,7 +168,8 @@ <h4>Angular Data Grid sample using out-of-box Angular Material styling</h4>
163168
<md-button class="md-raised md-primary" ng-click="showCode = !showCode">CodePen</md-button>
164169
<div ng-show="showCode" class="codepen-wtap">
165170
<p data-height="768" data-theme-id="21603" data-slug-hash="jWBaOX" data-default-tab="html" data-user="IvanBisultanov" class='codepen'>See the Pen <a
166-
href='http://codepen.io/IvanBisultanov/pen/jWBaOX'>jWBaOX</a> by IvanBisultanov (<a href='http://codepen.io/IvanBisultanov'>@IvanBisultanov</a>) on <a href='http://codepen.io'>CodePen</a>.</p>
171+
href='http://codepen.io/IvanBisultanov/pen/jWBaOX'>jWBaOX</a> by IvanBisultanov (<a href='http://codepen.io/IvanBisultanov'>@IvanBisultanov</a>) on <a href='http://codepen.io'>CodePen</a>.
172+
</p>
167173
<script async src="//assets.codepen.io/assets/embed/ei.js"></script>
168174
</div>
169175
<hr>

0 commit comments

Comments
 (0)