I am developing a responsive Website on top of SharePoint using Angular and have a few list forms that I need to establish. For fields such as text and date via saving or updating against the REST API, it works well, but I am unsure how best to handle having Managed Metadata and other complex fields in my custom HTML5 form that Posts via REST.
To be clear, my end goal is to mimic form behavior using JavaScript (ex. creating Managed Metadata and Lookup fields)