From cc2417224da5be86be62744c34bd2007a95e81b0 Mon Sep 17 00:00:00 2001 From: Philzen Date: Mon, 30 Mar 2015 16:04:43 +0200 Subject: [PATCH 1/8] fix typo in docs --- demo/withPlugins/withScroller.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/withPlugins/withScroller.html b/demo/withPlugins/withScroller.html index 355d23947..63d96dc5e 100644 --- a/demo/withPlugins/withScroller.html +++ b/demo/withPlugins/withScroller.html @@ -4,7 +4,7 @@

 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. From 3997ae795f7aaf9cde154aef3f72e0a131d41d4f Mon Sep 17 00:00:00 2001 From: Philzen Date: Mon, 30 Mar 2015 16:08:46 +0200 Subject: [PATCH 2/8] fix typo in docs --- demo/withPlugins/withScroller.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/withPlugins/withScroller.html b/demo/withPlugins/withScroller.html index 63d96dc5e..35858b039 100644 --- a/demo/withPlugins/withScroller.html +++ b/demo/withPlugins/withScroller.html @@ -7,7 +7,7 @@

 With the DataTables  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. From 7f4c178888c64d9c5e7e6d238993b4d34cd17443 Mon Sep 17 00:00:00 2001 From: Philzen Date: Mon, 30 Mar 2015 16:09:43 +0200 Subject: [PATCH 4/8] fix typo in docs --- demo/withPlugins/withColVis.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. From 224d70d65a22179a2931c6758e45436dab15e594 Mon Sep 17 00:00:00 2001 From: Philzen Date: Mon, 30 Mar 2015 16:10:29 +0200 Subject: [PATCH 5/8] fix typo in docs --- demo/withPlugins/withColumnFilter.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. From b86ed7718ce6725551f4af85d3d0d568866b3026 Mon Sep 17 00:00:00 2001 From: Philzen Date: Mon, 30 Mar 2015 16:10:52 +0200 Subject: [PATCH 6/8] fix typo in docs --- demo/withPlugins/withFixedColumns.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. From 0154f9eac66f4d19d2693c0aff3703b32f1fbd28 Mon Sep 17 00:00:00 2001 From: Philzen Date: Mon, 30 Mar 2015 16:12:43 +0200 Subject: [PATCH 7/8] fix typo in docs ...and removed one repetative "the" --- demo/withPlugins/withFixedHeader.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.