I have a password type input element in html5 as follows in my angular mvc based app.
I am having a requirement to have a checkbox near to this, and when the user clicks on the chekcbox, we display the masked password text as plain text in the same password input type textbox which is below code. And again, when the user deselect the checkbox, we should mask the plain text to mask :) Looks like it is simple, I am new here, could someone please help me with possible code
<input type="password" name="password"
ng-model="model.password"
placeholder="Please type your password">