Skip to content

Instantly share code, notes, and snippets.

@jaime-ez
Created August 24, 2016 18:58
Show Gist options
  • Save jaime-ez/bc8e336ccd6e00ea140c737176a6e5d5 to your computer and use it in GitHub Desktop.
Save jaime-ez/bc8e336ccd6e00ea140c737176a6e5d5 to your computer and use it in GitHub Desktop.
<div class="input-group">
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">{{colombiaIdType}} <span class="caret"></span></button>
<ul class="dropdown-menu">
<li ng-show="colombiaIdType !== 'NIT'"><a href="" ng-click="colombiaIdType = 'NIT'">NIT</a></li>
<li ng-show="colombiaIdType !== 'CE'"><a href="" ng-click="colombiaIdType = 'CE'">CE</a></li>
<li ng-show="colombiaIdType !== 'CC'"><a href="" ng-click="colombiaIdType = 'CC'">CC</a></li>
</ul>
</div>
<input type="text" class="form-control" ng-model="destinationOpts.bankAccountHolderId" placeholder="Número de identidad del destinatario" required validate-id-colombia>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment