Skip to content

Instantly share code, notes, and snippets.

@MARIAEL
Created January 25, 2016 15:17
Show Gist options
  • Save MARIAEL/67288ea04296b06b9747 to your computer and use it in GitHub Desktop.
Save MARIAEL/67288ea04296b06b9747 to your computer and use it in GitHub Desktop.
proyecto zapatones
<form class="form-horizontal" role="form">
<div class="form-group">
<label class="control-label col-sm-2" ng-model="nombre" for="pwd">Nombre:</label>
<div class="col-sm-10">
<input type="name" class="form-control" id="pwd" placeholder="Pon tu nombre">
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" ng-model="email" for="email">Email:</label>
<div class="col-sm-10">
<input type="email" class="form-control" id="email" placeholder="Pon tu email">
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" ng-model="phone" for="telefono">Teléfono:</label>
<div class="col-sm-10">
<input type="phone" class="form-control" id="phone" placeholder="Pon tu teléfono">
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="button" class="btn btn-primary" ng-click="tunombre()">Envia</button>
</div>
</div>
<input type="text" placeholder="{{tunombre}}">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment