define(['jquery', 'underscore', './inputLoader'], function($, _, load_input) { 'use strict'; // Renders list of ConfigItems to an container // Optionally binds change event to view return function(container, items, template, onChange, view) { _.each(items, function(item) { var json = item.toJSON(); var el = $('