Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
Linting fixes, update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McLeod committed Jul 20, 2015
1 parent c96e6af commit b1ee0e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/js/controllers/controller-outfit.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ angular.module('app').controller('OutfitController', ['$window', '$rootScope', '

$scope.pdWarning = function(pd) {
return pd.enginecapacity < ship.boostEnergy;
}
};

// Hide any open menu/slot/etc if the background is clicked
$scope.$on('close', function() {
Expand Down
2 changes: 1 addition & 1 deletion app/js/directives/directive-component-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ angular.module('app').directive('componentSelect', function() {
groups: '=', // Groups of Component Options
mass: '=', // Current ship unladen mass
s: '=', // Current Slot
warning: '=', // Check warning function
warning: '=' // Check warning function
},
link: function(scope, element) {
var list = [];
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/anaconda-test-detailed-export.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
"hullCost": 141889932,
"speed": 180,
"boost": 240,
"boostEnergy": 29,
"agility": 2,
"baseShieldStrength": 350,
"baseArmour": 945,
Expand Down

0 comments on commit b1ee0e4

Please sign in to comment.