angular-phone-input

1.0.1 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.153latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.153
1.0.01

Package Sidebar

Install

npm i angular-phone-input

Weekly Downloads

54

Version

1.0.1

License

MIT

Last publish

Collaborators

  • hanford