Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Fixed a couple of typos in demo pages #264

Merged
merged 8 commits into from
Mar 31, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions demo/withPlugins/withColReorder.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ <h1><i class="fa fa-play"></i>&nbsp;With the DataTables <a href="https://datatab
</header>
<section class="article-content">
<p>
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>ColReorder</code> works with datatables.
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>ColReorder</code> work with datatables.
</p>
<p>
You need to add the files <code>angular-datatables.colreorder.min.js</code> to your HTML file.
You need to add the file <code>angular-datatables.colreorder.min.js</code> to your HTML file.
</p>
<p>
You also need to add the dependency <code>datatables.colreorder</code> to your Angular app.
Expand Down
4 changes: 2 additions & 2 deletions demo/withPlugins/withColVis.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ <h1><i class="fa fa-play"></i>&nbsp;With the DataTables <a href="https://datatab
</header>
<section class="article-content">
<p>
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>ColVis</code> works with datatables.
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>ColVis</code> work with datatables.
</p>
<p>
You need to add the files <code>angular-datatables.colvis.min.js</code> to your HTML file.
You need to add the file <code>angular-datatables.colvis.min.js</code> to your HTML file.
</p>
<p>
You also need to add the dependency <code>datatables.colvis</code> to your Angular app.
Expand Down
4 changes: 2 additions & 2 deletions demo/withPlugins/withColumnFilter.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ <h1><i class="fa fa-play"></i>&nbsp;With the DataTables <a href="http://jquery-d
</header>
<section class="article-content">
<p>
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>ColumnFilter</code> works with datatables.
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>ColumnFilter</code> work with datatables.
</p>
<p>
You need to add the files <code>angular-datatables.columnfilter.min.js</code> to your HTML file.
You need to add the file <code>angular-datatables.columnfilter.min.js</code> to your HTML file.
</p>
<p>
You also need to add the dependency <code>datatables.columnfilter</code> to your Angular app.
Expand Down
4 changes: 2 additions & 2 deletions demo/withPlugins/withFixedColumns.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ <h1><i class="fa fa-play"></i>&nbsp;With the DataTables <a href="https://datatab
</header>
<section class="article-content">
<p>
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>FixedColumns</code> works with datatables.
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>FixedColumns</code> work with datatables.
</p>
<p>
You need to add the files <code>angular-datatables.fixedcolumns.min.js</code> to your HTML file.
You need to add the file <code>angular-datatables.fixedcolumns.min.js</code> to your HTML file.
</p>
<p>
You also need to add the dependency <code>datatables.fixedcolumns</code> to your Angular app.
Expand Down
8 changes: 4 additions & 4 deletions demo/withPlugins/withFixedHeader.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ <h1><i class="fa fa-play"></i>&nbsp;With the DataTables <a href="https://datatab
</header>
<section class="article-content">
<p>
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>FixedHeader</code> works with datatables.
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>FixedHeader</code> work with datatables.
</p>
<p>
You need to add the files <code>angular-datatables.fixedheader.min.js</code> to your HTML file.
You need to add the file <code>angular-datatables.fixedheader.min.js</code> to your HTML file.
</p>
<p>
You also need to add the dependency <code>datatables.fixedheader</code> to your Angular app.
</p>
<div class="api alert alert-danger">
<p>
<i class="fa fa-warning"></i>&nbsp;Beware when using routers. It seems that the header and the footer stay
in your DOM even when you change your application state. So you will need to tweek your code to remove them
<i class="fa fa-warning"></i>&nbsp;Beware when using routers. It seems that the header and footer stay
in your DOM even when you change your application state. So you will need to tweak your code to remove them
when exiting the state.
</p>
<p>
Expand Down
4 changes: 2 additions & 2 deletions demo/withPlugins/withScroller.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ <h1><i class="fa fa-play"></i>&nbsp;With the DataTables <a href="http://datatabl
</header>
<section class="article-content">
<p>
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>Scroller</code> works with datatables.
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>Scroller</code> work with datatables.
</p>
<p>
You need to add the files <code>angular-datatables.scroller.min.js</code> to your HTML file.
You need to add the file <code>angular-datatables.scroller.min.js</code> to your HTML file.
</p>
<p>
You also need to add the dependency <code>datatables.scroller</code> to your Angular app.
Expand Down
4 changes: 2 additions & 2 deletions demo/withPlugins/withTableTools.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ <h1><i class="fa fa-play"></i>&nbsp;With the DataTables <a href="https://datatab
</header>
<section class="article-content">
<p>
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>TableTools</code> works with datatables.
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>TableTools</code> work with datatables.
</p>
<p>
You need to add the files <code>angular-datatables.tabletools.min.js</code> to your HTML file.
You need to add the file <code>angular-datatables.tabletools.min.js</code> to your HTML file.
</p>
<p>
You also need to add the dependency <code>datatables.tabletools</code> to your Angular app.
Expand Down