These are my input fields and I want to retrieve their values:
<input type="hidden" ng-model="book" value="lord_of_the_rings"/>
<input type="text" ng-model="author" value="JRR_Tolkien"/>
How do I go about extracting the values from each input field?