Commit 4441858d809e493aae7d84228022fd344d2bebdc
1 parent
40ed1a4804
Exists in
master
minor change
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/partials/viewCompany/viewCompany.html
... | ... | @@ -129,7 +129,7 @@ |
129 | 129 | <div class="widget"> |
130 | 130 | <div class="widget-header"> |
131 | 131 | <i class="fa fa-building-o" aria-hidden="true"></i> |
132 | - <h3>Antioch Flight Department</h3> | |
132 | + <h3>{{companyData.companyName}}</h3> | |
133 | 133 | <i class="fa fa-times timess" ui-sref="app.customers" aria-hidden="true"></i> |
134 | 134 | </div> |
135 | 135 | <!-- /widget-header --> |
... | ... | @@ -141,7 +141,7 @@ |
141 | 141 | <i class="fa fa-building-o" aria-hidden="true"></i> |
142 | 142 | <h3>Company Details</h3> |
143 | 143 | <label>BASE ICAO</label> |
144 | - <input type="tel" ng-model="companyData.baseIcao" ng-click="base()" style="line-height: 18px;width: 50px;padding: 0px 9px;" /> | |
144 | + <input type="tel" ng-model="companyData.baseIcao" ng-click="base()" style="line-height: 18px;width: 80px;padding: 0px 9px;" /> | |
145 | 145 | |
146 | 146 | <div class="pull-right" style="margin-top: 5px; margin-right: 10px;"> |
147 | 147 | <toggle ng-model="companyData.activate" ng-change="changeCompanyStatus()" size="customToogle" on="Active" off="Dactive"></toggle> | ... | ... |