Ciro Anacleto
Ciro Anacleto
I've noted when the cpf or cnpj is invalid the model is undefined. Is there a way to disable validation and allow just formatting ?
@abcdleandro Thanks by reply. I worked arround my problem by validating the 'undefined' value, ugly, but was the only way that I've found.
The validation occurs correctly. The problem is when is needed just formatting. When user type a invalid cpf or cnpj the validation puts on model undefined value.
> Hello everyone, I am having trouble to flash klipper in my 3dprinter. "dfu not detaching" error message. Anyone knows how to fix it? I had similar problem after configure...
I have the same issue. I'm using the component inside a `` element with ng-repeat. For example: ``` html {{comment.comment}} ``` If the css class it's being overwritten must be...
Hi, as @vlafranca said, there were a css class overwriting my ``tag and so the stars not comming in line. I copied the directive css class and add in my...
@toxic2302 There are a better way. Import the directive's css in your index.html, like this : ``` html ``` Will work too.
I need to execute some job every day, every hour, start at '10:00' until '22:00'. The only way that I found do something like this is scheduling 2 task, one...
> Hi @ciroanacleto > I have a code snippet that might interest to you. > The way I'm doing is using tw _set()_ functions that control a global variabel which...
Thanks by reply @ChuanPoLee Before to think in the solution that I've posted above I tryed something like you has sugested. I liked specially of solution that make uses of...