I am using AngularJS and in my form I have some fields that need masks, until then I have already done it, I used ui.mask .
var app = angular.module("empresaApp",['angularUtils.directives.dirPagination','ui.mask']);
My input lo...
asked by
26.09.2017 / 21:01