Remember Password with AngularJS and ng-submit

后端 未结 5 1080
说谎
说谎 2020-12-16 11:46

How do I get the browser to ask the user to remember the password when using ng-submit in an AngularJS single page application.

My Form:

5条回答
  •  心在旅途
    2020-12-16 12:11

    The problem is the dynamically generated login form. After putting the form into the index.html it worked as expected. I guess this is a security issue.

    The problem that then occurred was that the ngModels didn't get updated on autofill. After some searching I found the solution to that problem here. In AngularJS 1.2+ this is supposed to be fixed.

提交回复
热议问题