Add autocomplete=”off” to the input element, just like this:
<input md-maxlength="30" name="name" ng-model="name" autocomplete="off" />
See this for your reference.
Add autocomplete=”off” to the input element, just like this:
<input md-maxlength="30" name="name" ng-model="name" autocomplete="off" />
See this for your reference.