3
I am trying to use this module that is available on github and I think this module is very complete, provides the masks I need, however is very confusing its documentation.
The point is, I cloned the gihub project and ran the folder demo, in the code lines of the file index (lines 8 and 9), he references the files Javascript
which should be in the repository, but are not, simply do not exist, but need not panic, I found all the files at this link.
When referencing, connecting the files Javascript
to HTML
, everything straight, was to work the [demo], however the same presents some errors, for example:
and inside the archive angular-input-masks-dependencies.js there is the comrade of error:
function min ()
{
var args = [].slice.call(arguments, 0);
return pickBy('isBefore', args);
}
Can someone help me use this module without errors?
I thought it would only fix my Portuguese mistakes, but no, it solved the problem completely. It was only necessary to lynch the correct JS, masks.js
– Milrak Pereira Pessoa