1.0.1 • Published 8 years ago

angular-phone-input v1.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

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">