3.0.0 • Published 6 years ago

ovh-angular-contact v3.0.0

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
6 years ago

ovh-angular-contact

githubbanner

Maintenance Chat on gitter Build Status

NPM

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

License

See https://github.com/ovh-ux/ovh-angular-contact/blob/master/LICENSE

3.0.0

6 years ago

2.0.0

7 years ago

1.0.0

7 years ago

0.1.0

7 years ago