Socket
Socket
Sign inDemoInstall

ovh-angular-contact

Package Overview
Dependencies
Maintainers
11
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ovh-angular-contact

Helps you dealing with ovh contacts from /me/contact API.


Version published
Weekly downloads
3
decreased by-40%
Maintainers
11
Weekly downloads
 
Created
Source

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.

License

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

Keywords

FAQs

Package last updated on 05 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc