ovh-angular-contact
v3.0.0
Published
Helps you dealing with ovh contacts from /me/contact API.
Downloads
29
Maintainers
Keywords
Readme
ovh-angular-contact
ovh-angular-contact helps you dealing with ovh contacts from /me/contact API.
Features
- selecting a contact and editing it;
- creating a new ovh contact.
Todo
- add some callbacks (onEdit, onAdd, ...);
- maybe add a directive that list contacts?
Installation
IMPORTANT NOTE: as "ovh-angular-contact" component use "ovh-api-services" you NEED to have ovh-api-services to be loaded and injected into your app!
Bower
$ bower install ovh-angular-contact --save
NPM
$ npm install ovh-angular-contact --save
Then inject actionsMenu module in your module declaration:
angular.module("myModule", [
...
"ovh-angular-contact",
...
]);
Get the sources
git clone https://github.com/ovh-ux/ovh-angular-contact.git
cd ovh-angular-contact
npm install
bower install
You've developed a new cool feature? Fixed an annoying bug? We'd be happy to hear from you!
Have a look in CONTRIBUTING.md
Documentation
For a full documentation of the module, launch:
$ grunt ngdocs && grunt connect
Then go on http://localhost:9090
.
Related links
- Contribute: https://github.com/ovh-ux/ovh-angular-contact/blob/master/CONTRIBUTING.md
- Report bugs: https://github.com/ovh-ux/ovh-angular-contact/issues
- Get latest version: https://github.com/ovh-ux/ovh-angular-contact
License
See https://github.com/ovh-ux/ovh-angular-contact/blob/master/LICENSE