Update ember included add ons authored by Bertrand PINEL's avatar Bertrand PINEL
...@@ -18,8 +18,9 @@ The following list of addons is not as *compulsory* as the previous one. ...@@ -18,8 +18,9 @@ The following list of addons is not as *compulsory* as the previous one.
They are however addons that should be tested to see if they compete with your standard ones. They are however addons that should be tested to see if they compete with your standard ones.
Here they are: Here they are:
* [ember-bootstrap](https://www.ember-bootstrap.com/): * [ember-bootstrap](https://www.ember-bootstrap.com/): addon for using Bootstrap in Ember.js applications.
* [ember-models-table](http://onechiporenko.github.io/ember-models-table/v.2/#/examples): * [ember-models-table](http://onechiporenko.github.io/ember-models-table/v.2/#/examples): addon to easy display table providing many interactions
* [ember-pickaday](https://www.npmjs.com/package/ember-pikaday): * [ember-pickaday](https://www.npmjs.com/package/ember-pikaday): component to easily select a date in a calendar
* [ember-changeset](https://github.com/poteto/ember-changeset) and [ember-changeset-validations](https://github.com/poteto/ember-changeset-validations): * [ember-changeset](https://github.com/poteto/ember-changeset) and [ember-changeset-validations](https://github.com/poteto/ember-changeset-validations): addon providing tools to handle sets of valid changes to be applied onto any object
* [ember-validated-form](https://adfinis-sygroup.github.io/ember-validated-form/): * [ember-validated-form](https://adfinis-sygroup.github.io/ember-validated-form/): component easing the creation of a form with validation