Skip to content

Commit

Permalink
Fixed Codeclimate issues
Browse files Browse the repository at this point in the history
  • Loading branch information
romanblanco committed Oct 16, 2017
1 parent a2e454b commit f225cbb
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -40,13 +40,13 @@ ManageIQ.angular.app.controller('dialogEditorController', ['$window', 'API', 'mi
tab: '<dialog-editor-modal-tab></dialog-editor-modal-tab>',
box: '<dialog-editor-modal-box></dialog-editor-modal-box>',
field: '<dialog-editor-modal-field></dialog-editor-modal-field>',
}
};
vm.modalOptions = {
template: templates[type],
size: 'lg',
};
vm.elementData = { type: type, tabId: tab, boxId: box, fieldId: field, }
vm.visible = true
vm.elementData = { type: type, tabId: tab, boxId: box, fieldId: field };
vm.visible = true;
}

var beingCloned = null; // hack that solves recursion problem for cloneDeep
Expand Down

0 comments on commit f225cbb

Please sign in to comment.