apollodec/Apollo/assets/views/MergeStudentModal.html
2018-09-06 16:52:19 +05:30

45 lines
2.2 KiB
HTML

<div class="container-fluid container-fullw bg-white" controller>
<form name="Form" id="form" novalidate ng-submit="merge_student.submit(Form, getMobile)" method="post">
<div class="row">
<!--<div class="col-md-6">
<div class="padding-30">
<h2 class="StepTitle"><i
class="ti-face-smile fa-2x text-primary block margin-bottom-10"></i>
Enter Bus Stop Details</h2>
</div>
</div>-->
<div class="col-md-12">
<fieldset>
<legend>
Select Mobile number to merge
</legend>
<div class="row">
<input type="radio" class="with-gap" ng-model='getMobile' ng-value='"option1"'>&nbsp;&nbsp;{{num1}} to merge with {{num2}}
</div>
<div class="row">
<input type="radio" class="with-gap" ng-model='getMobile' ng-value='"option2"'>&nbsp;&nbsp;{{num2}} to merge with {{num1}}
</div>
<div class="col-md-12">
<div class="pull-right">
<button tabindex="13" type="submit" ladda="ldloading1.zoom_in" class="btn btn-wide btn-success" data-style="zoom-in">
Submit
</button>
</div>
</div>
</fieldset>
</div>
</div>
</form>
</div>