call tracking changes
This commit is contained in:
parent
e2b3cd50ab
commit
0a1de753a2
@ -428,7 +428,8 @@
|
||||
</spinner>
|
||||
|
||||
</div>
|
||||
<div class="col-md-3 form-group" ng-if="loading==false && userType !='R004'"
|
||||
<!--&& userType !='R004'-->
|
||||
<div class="col-md-3 form-group" ng-if="loading==false"
|
||||
ng-class="{'has-error':Form.assigned.$dirty && Form.assigned.$invalid, 'has-success':Form.assigned.$valid}">
|
||||
<label >
|
||||
Assigned To <span
|
||||
@ -461,7 +462,7 @@
|
||||
</spinner>
|
||||
|
||||
</div>
|
||||
<div class="col-md-3 form-group" ng-if="loading==false && userType =='R004'"
|
||||
<!--<div class="col-md-3 form-group" ng-if="loading==false && userType =='R004'"
|
||||
ng-class="{'has-error':Form.branch.$dirty && Form.branch.$invalid, 'has-success':Form.branch.$valid}">
|
||||
<label >
|
||||
Select Branch <span
|
||||
@ -478,9 +479,9 @@
|
||||
</select>
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.branch.$dirty && Form.branch.$error.required && myModel.branch.length==0">Branch is required</span>
|
||||
<!--<span class="success text-small block"-->
|
||||
<!--ng-if="Form.assigned.$valid && myModel.assigned.length!=0">Thank You</span>-->
|
||||
</div>
|
||||
<!–<span class="success text-small block"–>
|
||||
<!–ng-if="Form.assigned.$valid && myModel.assigned.length!=0">Thank You</span>–>
|
||||
</div>-->
|
||||
|
||||
|
||||
</div>
|
||||
@ -499,7 +500,7 @@
|
||||
|
||||
</div>-->
|
||||
|
||||
<div class="col-md-3 form-group" ng-if="userType =='R004'"
|
||||
<!--<div class="col-md-3 form-group" ng-if="userType =='R004'"
|
||||
ng-class="{'has-error':Form.assigned.$dirty && Form.assigned.$invalid, 'has-success':Form.assigned.$valid}">
|
||||
<label >
|
||||
Assigned To <span
|
||||
@ -516,9 +517,9 @@
|
||||
</select>
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.assigned.$dirty && Form.assigned.$error.required && myModel.assignedTo.length==0">Assigned to is required</span>
|
||||
<!--<span class="success text-small block"-->
|
||||
<!--ng-if="Form.assigned.$valid && myModel.assigned.length!=0">Thank You</span>-->
|
||||
</div>
|
||||
<!–<span class="success text-small block"–>
|
||||
<!–ng-if="Form.assigned.$valid && myModel.assigned.length!=0">Thank You</span>–>
|
||||
</div>-->
|
||||
|
||||
<div class="col-md-3 form-group"
|
||||
ng-class="{'has-error':Form.altermobilenumber.$dirty && Form.altermobilenumber.$invalid, 'has-success':Form.altermobilenumber.$valid}">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user