Skip to content

suneric1/input-mask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

input-mask

A simple input mask directive for AngularJS. It's currently only for numeric characters.

Demo

How to use

First, replace the module name with yours.

angular.module('yourModuleName').directive('inputMask', ...) // replace module name

Using it is as simple as follows

<input type="text" input-mask="xx / xx / xxxx" ng-model="$ctrl.myModel"/>

About

An input mask for AngularJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published