ManageIQ/manageiq-ui-classic

View on GitHub
app/javascript/oldjs/components/ae_resolve_options/ae-resolve-options.js

Summary

Maintainability
A
0 mins
Test Coverage
ManageIQ.angular.app.component('aeResolveOptions', {
  bindings: {
    instanceName: '<',
    instanceOptions: '<',
    instanceNameChange: '&',
    objectMessage: '<',
    objectMessageChange: '&',
    objectRequest: '<',
    objectRequestChange: '&',
    targetClass: '<',
    targetClassOptions: '<',
    targetClassChange: '&',
    targetId: '<',
    targetIdOptions: '<',
    targetIdChange: '&',
    uiAttrs: '<',
  },
  controller: function() {

  },
  templateUrl: '/static/ae_resolve_options/ae-resolve-options.html.haml',
});