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

/angular-phone-input/

    Package Sidebar

    Install

    npm i angular-phone-input

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • hanford