# angular-maskmoney
A simple angular directive wrapper for jquery.maskMoney.js (https://github.com/plentz/jquery-maskmoney)

## Usage

You can get it from [Bower](http://bower.io/)

```sh
bower install angular-maskmoney
```

## Development

```
<input type="text" ui-maskmoney data-prefix="R$" data-decimal="," data-thousands="." />

```


