- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi i im working whit ionic as framework but i have some trouble i need to get data from some input and save it, to send them by JSON this is the structure that im using and i need to get the label and the selected item. i also want to try an alert when the data is send.
<div class="list">
<div class="list">
<form ng-submit="submitEvent(event)">
<label class="item item-input">
<span class="input-label">Rut</span>
<input type="text" ng-model="event.rut">
</label>
<label class="item item-input">
<span class="input-label">Nombre</span>
<input type="text" ng-model="event.nombre">
</label>
<label class="item item-input">
<span class="input-label">Apellido</span>
<input type="text" ng-model="event.apellido">
</label>
<label class="item item-input">
<span class="input-label">Telefono</span>
<input type="text" ng-model="event.telefono">
</label>
<label class="item item-input item-select">
<div class="input-label">
Region
</div>
<select>
<option>XIV Los Rios</option>
</select>
</label>
<label class="item item-input item-select">
<div class="input-label">
Comuna
</div>
<select>
<option>Valdivia</option>
<option>Mariquina</option>
<option>Lanco</option>
<option>Mafil</option>
<option>Corral</option>
<option>La Union</option>
<option>Paillaco</option>
<option>Los Lagos</option>
<option>Rio Bueno</option>
<option>Futrono</option>
<option>Panguipulli</option>
<option>Lago Ranco</option>
</select>
</label>
<label class="item item-input item-select">
<div class="input-label">
Tipo de Sangre
</div>
<select>
<option>A+</option>
<option>A-</option>
<option>B+</option>
<option>B-</option>
<option>AB+</option>
<option>AB-</option>
<option>0+</option>
<option>0-</option>
</select>
</label>
</form>
</div>
<button class="button widget uib_w_54 d-margins button-assertive" data-uib="ionic/button" data-ver="0">Enviar</button>
- Tags:
- HTML5
- Intel® XDK
Link Copied

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page