Posts by Bruno Laise • 163 points
3 posts
-
3
votes4
answers12782
viewsQ: Validation of CNPJ with Angularjs
I’ve already managed to make a mask, but I still can’t validate whether or not this cnpj exists. What I have today is <input id="input-cnpj" name="cnpj" id="cnpj" ng-model="data.cnpj" type="tel"…
-
5
votes1
answer311
viewsQ: How to find the height of a dynamic element with Angularjs?
I have a menu with accordion effect I need to find out how high this menu, remembering that the height is dynamic, IE when it has some open element it gets bigger. After that it is necessary to…
angularjsasked Bruno Laise 163 -
8
votes2
answers608
viewsQ: How to hide Keyboard in Cordova by pressing "Go" or "Done"
I have a form in my app, and I would like that after filling, if the person pressed Ir or Done, the keyboard would disappear. Has anyone ever been there? Or knows how to solve?…