Skip to content

Instantly share code, notes, and snippets.

@MARIAEL
Created January 25, 2016 15:20
Show Gist options
  • Save MARIAEL/0a27db2735c87955e24f to your computer and use it in GitHub Desktop.
Save MARIAEL/0a27db2735c87955e24f to your computer and use it in GitHub Desktop.
proyecto zapatones
<strong>Ciudad:</strong> <br>
<input type="text" ng-model="ciudad">
<div class="form-group">
<label for="sel1">Pais:</label>
<select ng-model="zona" class="form-control">
<option>es</option>
<option>fr</option>
<option>uk</option>
<option>de</option>
<option>us</option>
<option ng-model="it">it</option>
</select>
</div>
<button type="button" class="btn btn-weather" ng-click="meteo()">temperatura ºC</button>
<br><br>
<input type="text" placeholder="{{mitemperatura}}">
<br><br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment