AngularJs dynamic form validation – Unique items, mark both invalid
http://stackoverflow.com/questions/25909167/angularjs-how-to-check-for-unique-inputs-and-if-there-is-a-duplicate-mark-both Problem: a user needs to enter input into text areas created by ng-repeat. If the user enters a value that has already been entered both the new and existing values should be validated as false. If one of … Continued