Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.24 KB

npm version Dependency Status MIT Licence

angular-mn-number

An angular directive to mn-number

See the demo

preview demo

Install

npm install --save angular-mn-number

And bundle dependencies and main files in dist/ with your preferred tool.

Usage

// add dependency in you module
angular.module('app', [
  'mn-number'
])

And then, in your html, you can use the tag:

<mn-number placeholder="Amount" ng-model='amount'></mn-number>

For more details check mn-number docs.