cobuild-angular-stack
Version:
Base stack angular sass jade gulp
24 lines (22 loc) • 1.55 kB
HTML
<div class="onboarding-modal step1 step2 text-center" send-g-a-display-event="" ga-action="Paso 2 El gran dia" ga-label="Onboarding - Paso 2 El gran dia">
<h1 class="margin-top-5">El gran día es el</h1>
<div class="row">
<div class="col-xs-12 text-center" style="font-size: 50px">
<input type="text" class="form-control date-select no-marginbottom" id="font-30"
style="font-size: 65px;height: 97px;width: 100%;text-align:center"
uib-datepicker-popup="dd · MM · yyyy"
show-button-bar="false"
placeholder="{{'date-day' | translate}} · {{'date-month' | translate}} · {{'date-year' | translate}}"
ng-model="account.weddingData.date" is-open="popup1.opened"
mousewheel="false" close-text="Close"
ng-click="popup1.opened = !popup1.opened"
datepicker-options="datePickerOptions"/>
<input name="wedding_date" type="hidden" ng-value="date"/>
<div class="checkbox margin-bottom-4 margin-top-5">
<input type="checkbox" id="no-date" class="unchecked" ng-model='account.weddingData.date' ng-true-value="null" ng-class="{'checked' : account.weddingData.date===null, 'unchecked' : account.weddingData.date!==null && account.weddingData.date!==undefined }">
<label for="no-date"><div></div></label>
<label for="no-date">AÚN NO TENEMOS FECHA</label>
</div>
</div>
</div>
</div>