Total noob here. I'm using Angularjs 1.30 and trying to get confirm password to work. I want it such that if the "password" and "confirm_password" input fields match and validate, if I then modify either of the two fields, the form will no longer be valid.
I think Dominic Watson gave an answer in password-check directive in angularjs, but pasting his module it into my .js and including it in my var app = angular.module('myapp', ['validators'])
doesn't seem to work because...well, I don't know how to attach/use modules... (so if you can explain how I can use the modules like the one he posted into my own project, that would be great too!)
I've tried most everything I could find, and as Dominic pointed out, the problem seems to be that in Angular 1.30, "invalid inputs don't write to ngModel"