This example has a form with a second drop-down dependent on the value of the first, with the values driven by a server-side data structure.
Note that the "server side" implementation is mocked out using mockjax, so you can see the entire implementation. Click the "Source Code" tab to see the code.
/models
via a
ic-post-to
attributes. It does this when the value changes (the default trigger on inputs). It targets the model
drop down by CSS ID using the
ic-target
attribute, and displays a spinner via the
ic-indicator
attribute.