From fca3e7bc5ce2a3c3213dd39b5835e7cd6a63a757 Mon Sep 17 00:00:00 2001 From: AMBudnik Date: Wed, 13 Jun 2018 13:52:25 +0200 Subject: [PATCH 1/2] Added ngHandsontable --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9d4410..2be4f5a 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ Table of contents: * [MoonStorm/trNgGrid](https://github.com/MoonStorm/trNgGrid) - A feature rich AngularJS grid using standard HTML tables. * [ceolter/ag-grid](https://github.com/ceolter/ag-grid) - Advanced Datagrid for Pure Javascript/AngularJS 1.x/AngularJS 2/Web Components. * [mattiash/angular-tablesort](https://github.com/mattiash/angular-tablesort) - Sort AngularJS tables easily. +* [mattiash/ngHandsontable](https://github.com/handsontable/ngHandsontable) - the AngularJS directive for Handsontable. ## Developer * [angular/protractor](https://github.com/angular/protractor) - E2E test framework for AngularJS apps. From 9d0bbc6a4d0bca6585b2b2e61cdb02a285eb4f77 Mon Sep 17 00:00:00 2001 From: AMBudnik Date: Wed, 13 Jun 2018 13:53:39 +0200 Subject: [PATCH 2/2] Fixed wrong organization name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2be4f5a..56fd25e 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ Table of contents: * [MoonStorm/trNgGrid](https://github.com/MoonStorm/trNgGrid) - A feature rich AngularJS grid using standard HTML tables. * [ceolter/ag-grid](https://github.com/ceolter/ag-grid) - Advanced Datagrid for Pure Javascript/AngularJS 1.x/AngularJS 2/Web Components. * [mattiash/angular-tablesort](https://github.com/mattiash/angular-tablesort) - Sort AngularJS tables easily. -* [mattiash/ngHandsontable](https://github.com/handsontable/ngHandsontable) - the AngularJS directive for Handsontable. +* [handsontable/ngHandsontable](https://github.com/handsontable/ngHandsontable) - the AngularJS directive for Handsontable. ## Developer * [angular/protractor](https://github.com/angular/protractor) - E2E test framework for AngularJS apps.