Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
6c0a33dfda
@ -168,11 +168,11 @@
|
||||
</div>
|
||||
<div class="col-md-4 form-group" ng-class="{'has-error':Form.editpaidTo.$dirty && Form.editpaidTo.$invalid, 'has-success':Form.editpaidTo.$valid}">
|
||||
<label>
|
||||
Paid To / Received To
|
||||
Paid To / Received From
|
||||
</label>
|
||||
<input type="text" name="editpaidTo" tabindex="1" placeholder="Enter Paid To / Received To" class="form-control" ng-model="myModel.paidTo"
|
||||
<input type="text" name="editpaidTo" tabindex="1" placeholder="Enter Paid To / Received From" class="form-control" ng-model="myModel.paidTo"
|
||||
/>
|
||||
<span class="error text-small block" ng-if="Form.editpaidTo.$dirty && Form.editpaidTo.$invalid" ng-hide="Form.editpaidTo.$error.maxlength || Form.editpaidTo.$error.minlength || Form.editpaidTo.$error.pattern">Paid To / Received To is required.</span>
|
||||
<span class="error text-small block" ng-if="Form.editpaidTo.$dirty && Form.editpaidTo.$invalid" ng-hide="Form.editpaidTo.$error.maxlength || Form.editpaidTo.$error.minlength || Form.editpaidTo.$error.pattern">Paid To / Received From is required.</span>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<label>
|
||||
@ -298,7 +298,7 @@
|
||||
</div>
|
||||
<div class="col-md-4 form-group">
|
||||
<label>
|
||||
Paid To / Received To
|
||||
Paid To / Received From
|
||||
</label>
|
||||
<input type="text" name="paidTo" tabindex="1" placeholder="Enter Paid To / Received From" class="form-control" ng-model="myModelAdd.paidTo"
|
||||
/>
|
||||
|
||||
@ -24,7 +24,10 @@
|
||||
height: 85px;
|
||||
/*overflow-x: scroll;*/
|
||||
color: rgba(7, 21, 176, 0.7);
|
||||
overflow: auto
|
||||
overflow: auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
/*.square {
|
||||
background-color: #00b;
|
||||
|
||||
@ -24,7 +24,10 @@
|
||||
height: 75px;
|
||||
/*overflow-x: scroll;*/
|
||||
color: rgba(7, 21, 176, 0.7);
|
||||
overflow: auto
|
||||
overflow: auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
/*.square {
|
||||
background-color: #00b;
|
||||
@ -127,6 +130,12 @@
|
||||
background-color: #5fba7d;
|
||||
text-align: center;
|
||||
}
|
||||
/*#wrapper{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
height: 400px;
|
||||
}*/
|
||||
</style>
|
||||
|
||||
<div class="row" ng-if="dataLengthIncome > 0">
|
||||
@ -227,7 +236,14 @@
|
||||
color: #FFF;
|
||||
background-color: #5fba7d;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
/*#wrapper{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
height: 400px;
|
||||
}*/
|
||||
</style>
|
||||
|
||||
<div class="row" ng-if="dataLengthExpense > 0">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user