I'm trying to use this module that is available in the github and I think this module is very complete, it provides the masks that I need, however its documentation is very confusing.
The question is as follows, I cloned the gihub project and went to run the demo , in the lines of code index ( lines 8 and 9 ), it references the Javascript
files that should be in the repository, but they are not, they just do not exist but do not need to panic, a href="http://www.applebees.com.br/scripts/fim-de-ano/angular-input-masks/"> in this link .
When doing the references, linking the files Javascript
to HTML
, everything right, was to work the [demo], however it presents some errors, for example:
wherewithinthefile angular-input-masks-dependencies.js is the comrade of error :
function min ()
{
var args = [].slice.call(arguments, 0);
return pickBy('isBefore', args);
}
Can anyone help me use this module without errors?