boutique replica bags up ideas

the best replique rolex and prices here.

julia highlight 99j hair color 10a quality straight human hair lace front wigs 8 - 24 inches pre plucked hairline 13x4 inches lace front brazilian wig onlinefor sale

Check if a form is dirty or invalid from Controller

Updated on     Kisan Patel

Check if a form is dirty or invalid from Controller.

// `formName` is value of name attribute of the form.
// If form is dirty.
if ($scope.formName.$dirty) {
}

// If form is invalid.
if ($scope.formName.$invalid) {
}

Read More: Handling Form Validation in AngularJS


AngularJS

Leave a Reply