mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 22:55:35 +00:00
Fix missing ship names
This commit is contained in:
@@ -4,13 +4,14 @@ angular.module('app').controller('ImportController', ['$scope', '$stateParams',
|
||||
$scope.errorMsg = null;
|
||||
$scope.canEdit = true;
|
||||
$scope.builds = $stateParams.obj || null;
|
||||
$scope.ships = Ships;
|
||||
|
||||
$scope.validateJson = function() {
|
||||
var importObj = null;
|
||||
$scope.jsonValid = false;
|
||||
$scope.errorMsg = null;
|
||||
$scope.builds = null;
|
||||
$scope.ships = Ships;
|
||||
|
||||
|
||||
if (!$scope.importData) { return; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user