Skip to content

An easy to use directive for formatting / capturing phone numbers

License

Notifications You must be signed in to change notification settings

hanford/angular-phone-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-phone-input

Live Demo!

NPM

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
<input ng-model="value" phone-number type="tel">

About

An easy to use directive for formatting / capturing phone numbers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published