As an example, I have dynamically generated HTML on my webpage like this:
<ul>
<li>Country</li>
<li>State</li>
<li>City</li>
</ul>
I am looking to send this information to the database after clicking a button.
While I have used ng-model="modelName"
for inputs, I am unsure what to use for simple text.