passwordmaker / chrome-passwordmaker

A browser extension based on passwordmaker.org. Create unique passwords for every webpage using a cryptographic hash algorithm.
https://passwordmaker.org
GNU Lesser General Public License v3.0
92 stars 52 forks source link

doesn't work with angular ng-model=password? #156

Closed mmlb closed 8 years ago

mmlb commented 8 years ago

Ran into an issue using glowing-bear, the dev tried something and it didn't work for me. Is there something else that can be tried?

See https://github.com/glowing-bear/glowing-bear/issues/811

Thanks

heavensrevenge commented 8 years ago

OK @mmlb I've updated passwordmaker to hopefully get past angular's view-model state tracking by forcing them to update their state. I've pushed 0.8.5 and you should be able to try it out soon and see if it works since it worked in my testing.

mmlb commented 8 years ago

:woop: it works thanks @heavensrevenge