Guest User

Untitled

a guest
Dec 15th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Angular-auto-validate: invalid bs3 form structure elements must be wrapped by a form-group class
  2.  
  3. validator.setValidElementStyling(false);
  4. validator.setInvalidElementStyling(false);
  5.  
  6. <div class="form-group">
  7. <input type="text"........../>
  8. </div>
Add Comment
Please, Sign In to add comment