Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hanford/angular-phone-input
- Owner: hanford
- License: mit
- Created: 2016-02-24T16:49:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-21T00:17:26.000Z (over 6 years ago)
- Last Synced: 2024-12-04T18:54:44.604Z (2 months ago)
- Topics: angular, directive, ng, npm, phone-input
- Language: HTML
- Size: 24.4 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
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