course controller added
This commit is contained in:
parent
97bc53af15
commit
b1d830713f
@ -14,7 +14,7 @@
|
||||
z-index: 1;
|
||||
}
|
||||
</style>
|
||||
<form name="Form" id="form" novalidate class="form-inline" ng-submit="form.submit(Form,'zoom-in')" method="post" style="margin-top:2%;">
|
||||
<form name="Form" id="form" novalidate class="form-inline" ng-submit="form.submit(Form)" method="post" style="margin-top:2%;">
|
||||
|
||||
<div class="form-group" ng-class="{'has-error':Form.mobilenumber.$dirty && Form.mobilenumber.$invalid, 'has-success':Form.mobilenumber.$valid}">
|
||||
<span class="input-icon">
|
||||
@ -38,7 +38,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<button type="submit" ladda="ldloading1.zoom_in" class="btn btn-primary pull-right" data-style="zoom-in">
|
||||
<button type="submit" class="btn btn-primary pull-right">
|
||||
Login <i class="fa fa-arrow-circle-right"></i>
|
||||
</button>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user