diff --git a/demo/withPlugins/withColReorder.html b/demo/withPlugins/withColReorder.html index 8739d9a39..c09ac53f0 100644 --- a/demo/withPlugins/withColReorder.html +++ b/demo/withPlugins/withColReorder.html @@ -4,10 +4,10 @@

 With the DataTables

- The angular-datatables also provides an API in order to make the plugin ColReorder works with datatables. + The angular-datatables also provides an API in order to make the plugin ColReorder work with datatables.

- You need to add the files angular-datatables.colreorder.min.js to your HTML file. + You need to add the file angular-datatables.colreorder.min.js to your HTML file.

You also need to add the dependency datatables.colreorder to your Angular app. diff --git a/demo/withPlugins/withColVis.html b/demo/withPlugins/withColVis.html index 64f076362..98806f4fd 100644 --- a/demo/withPlugins/withColVis.html +++ b/demo/withPlugins/withColVis.html @@ -4,10 +4,10 @@

 With the DataTables

- The angular-datatables also provides an API in order to make the plugin ColVis works with datatables. + The angular-datatables also provides an API in order to make the plugin ColVis work with datatables.

- You need to add the files angular-datatables.colvis.min.js to your HTML file. + You need to add the file angular-datatables.colvis.min.js to your HTML file.

You also need to add the dependency datatables.colvis to your Angular app. diff --git a/demo/withPlugins/withColumnFilter.html b/demo/withPlugins/withColumnFilter.html index 76eae89a4..932aedffc 100644 --- a/demo/withPlugins/withColumnFilter.html +++ b/demo/withPlugins/withColumnFilter.html @@ -4,10 +4,10 @@

 With the DataTables

- The angular-datatables also provides an API in order to make the plugin ColumnFilter works with datatables. + The angular-datatables also provides an API in order to make the plugin ColumnFilter work with datatables.

- You need to add the files angular-datatables.columnfilter.min.js to your HTML file. + You need to add the file angular-datatables.columnfilter.min.js to your HTML file.

You also need to add the dependency datatables.columnfilter to your Angular app. diff --git a/demo/withPlugins/withFixedColumns.html b/demo/withPlugins/withFixedColumns.html index 3824ceb54..66994fcfb 100644 --- a/demo/withPlugins/withFixedColumns.html +++ b/demo/withPlugins/withFixedColumns.html @@ -4,10 +4,10 @@

 With the DataTables

- The angular-datatables also provides an API in order to make the plugin FixedColumns works with datatables. + The angular-datatables also provides an API in order to make the plugin FixedColumns work with datatables.

- You need to add the files angular-datatables.fixedcolumns.min.js to your HTML file. + You need to add the file angular-datatables.fixedcolumns.min.js to your HTML file.

You also need to add the dependency datatables.fixedcolumns to your Angular app. diff --git a/demo/withPlugins/withFixedHeader.html b/demo/withPlugins/withFixedHeader.html index 12dd36f69..4afa1c157 100644 --- a/demo/withPlugins/withFixedHeader.html +++ b/demo/withPlugins/withFixedHeader.html @@ -4,18 +4,18 @@

 With the DataTables

- The angular-datatables also provides an API in order to make the plugin FixedHeader works with datatables. + The angular-datatables also provides an API in order to make the plugin FixedHeader work with datatables.

- You need to add the files angular-datatables.fixedheader.min.js to your HTML file. + You need to add the file angular-datatables.fixedheader.min.js to your HTML file.

You also need to add the dependency datatables.fixedheader to your Angular app.

-  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 +  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.

diff --git a/demo/withPlugins/withScroller.html b/demo/withPlugins/withScroller.html index 355d23947..35858b039 100644 --- a/demo/withPlugins/withScroller.html +++ b/demo/withPlugins/withScroller.html @@ -4,10 +4,10 @@

 With the DataTables

- The angular-datatables also provides an API in order to make the plugin Scroller works with datatables. + The angular-datatables also provides an API in order to make the plugin Scroller work with datatables.

- You need to add the files angular-datatables.scroller.min.js to your HTML file. + You need to add the file angular-datatables.scroller.min.js to your HTML file.

You also need to add the dependency datatables.scroller to your Angular app. diff --git a/demo/withPlugins/withTableTools.html b/demo/withPlugins/withTableTools.html index b9802b280..db08c1726 100644 --- a/demo/withPlugins/withTableTools.html +++ b/demo/withPlugins/withTableTools.html @@ -4,10 +4,10 @@

 With the DataTables

- The angular-datatables also provides an API in order to make the plugin TableTools works with datatables. + The angular-datatables also provides an API in order to make the plugin TableTools work with datatables.

- You need to add the files angular-datatables.tabletools.min.js to your HTML file. + You need to add the file angular-datatables.tabletools.min.js to your HTML file.

You also need to add the dependency datatables.tabletools to your Angular app.