Commit 6367e69ba97da22579f49703a7d71c1f696d7fab
1 parent
e443a586b3
Exists in
master
minor
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
app/partials/viewCompany/viewCompany.controller.js
... | ... | @@ -363,6 +363,7 @@ angular.module('acufuel') |
363 | 363 | $scope.aircraftDetails[index].aircraftSizeList = result; |
364 | 364 | $scope.getFuelType($scope.aircraftDetails[index].aircraftSizeList[0].aircraftSize.id,index); |
365 | 365 | |
366 | + | |
366 | 367 | }) |
367 | 368 | } |
368 | 369 | |
... | ... | @@ -415,8 +416,12 @@ angular.module('acufuel') |
415 | 416 | toastr.success('' + result.success + '', { |
416 | 417 | closeButton: true |
417 | 418 | }) |
419 | + $scope.addData= []; | |
420 | + $scope.tailArray = []; | |
421 | + $scope.aircraftListData={}; | |
418 | 422 | $('#aircraft-modal-3').css('display', 'none'); |
419 | 423 | $('.modal-backdrop').css('display', 'none'); |
424 | + | |
420 | 425 | getAircraftList(); |
421 | 426 | } else { |
422 | 427 | toastr.error('' + result.statusText + '', { | ... | ... |