Skip to content

Commit

Permalink
vmCloudResizeFormController - sparkleOn before loading data from server
Browse files Browse the repository at this point in the history
  • Loading branch information
himdel committed Jun 25, 2018
1 parent 59c67b1 commit eaf041f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ManageIQ.angular.app.controller('vmCloudResizeFormController', ['$http', '$scope

vm.newRecord = vm.formId == 'new';

miqService.sparkleOn();
$http.get('/vm_cloud/resize_form_fields/' + vm.formId + '?objectId=' + vm.objectId)
.then(getResizeFormData)
.catch(miqService.handleFailure);
Expand Down

0 comments on commit eaf041f

Please sign in to comment.