UNPKG

kong-dashboard

Version:
17 lines (14 loc) 322 B
(function() { angular.module('app').component('objectProperties', { restrict: 'E', scope: {}, bindings: { schema: '<', object: '=', errors: '<', path: '<' }, templateUrl: 'components/object_properties/template.html', controller: 'ObjectPropertiesController' }); })();