Parsley validation not working Angular js
问题 i am using parsely validation with angular js but its not working what i am doing wrong can any one correct or detect the mistake in my code. if i am submiting so its not working not showing me any error as parsely show , according to thier attributes. I also add parsely libraries and not getting any error related to it so what's going wrong. LoginView.html <form class="form-horizontal" ng-submit='login()' data-validate="parsley"> <div class="modal-header"> <h3>Login</h3> </div> <div class=