* Add routes for each individual options tab
* Add options files for each category
* Use ui-router with ui-view for tab functionality
Previously the options tabs were dynamically generated from the
API, and returned as HTML-formed json. These were then dynamically
inserted into the page.
From there, tab functionality was added with bootstrap + jquery.
ui-router broke that tab functionality.