Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hanford/angular-phone-input

An easy to use directive for formatting / capturing phone numbers
https://github.com/hanford/angular-phone-input

angular directive ng npm phone-input

Last synced: about 2 months ago
JSON representation

An easy to use directive for formatting / capturing phone numbers

Awesome Lists containing this project

README

        

## angular-phone-input

[Live Demo!](https://angular-phone-input.jackhanford.com)

[![NPM][star-icon]][star-url]

#### Installation
Installation is super easy, simply add the dependencies to your build and add the ```phone-input``` attribute to your input.

```
# use npm
$ npm install angular-phone-input --save
```

Add angular-phone-input to your dependencies

```
// your app
angular
.module('yourApp', ['angular-phone-input'])
.controller('SampleController', function () {})
```

```
// template.html

```

[star-icon]: https://nodei.co/npm/angular-phone-input.png?downloads=true
[star-url]: https://npmjs.org/package/angular-phone-input