Linting issues

This commit is contained in:
Colin McLeod
2015-07-03 15:31:52 -07:00
parent 381387c04f
commit 7332dc69ed
2 changed files with 3 additions and 3 deletions

View File

@@ -351,10 +351,10 @@ angular.module('app').controller('OutfitController', ['$window', '$rootScope', '
$scope.retrofitTotal = total;
}
$scope.updateCostTab = function (tab) {
$scope.updateCostTab = function(tab) {
Persist.setCostTab(tab);
$scope.costTab = tab;
}
};
// Hide any open menu/slot/etc if the background is clicked
$scope.$on('close', function() {

View File

@@ -314,7 +314,7 @@
<td colspan="2" ng-class="retrofitTotal > 0 ? 'warning' : 'secondary-disabled'">{{fCrd(retrofitTotal)}} <u>CR</u></td>
</tr>
<tr class="ri">
<td class="lbl">Retrofitting from</td>
<td class="lbl">Retrofit from</td>
<td class="cen" style="border-right:none;width: 1em;"><u class="primary-disabled">&#9662;</u></td>
<td style="border-left:none;padding:0;">
<select style="width: 100%;padding: 0" ng-model="$parent.retrofitBuild" ng-change="setRetrofitBase()" ng-options="name as name for (name, build) in allBuilds[ship.id]">