Skip to content

Instantly share code, notes, and snippets.

@cbfranca
Created April 22, 2015 17:31
Show Gist options
  • Save cbfranca/dccc0b63a8a91b0c1f73 to your computer and use it in GitHub Desktop.
Save cbfranca/dccc0b63a8a91b0c1f73 to your computer and use it in GitHub Desktop.
<div class="col-md-3">
<input type="text" name="birth" class="form-control" mask="39/19/9999" ng-model="vm.resume.birth" required>
<div ng-show="resumeForm.$submitted || resumeForm.birth.$touched">
<div class="text-danger" ng-show="resumeForm.birth.$error.required">Campo obrigatório.</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment