can you please tell me how to use this plugin . http://kelp404.github.io/angular-validator/ .i am able to make form but I need validation now .I don't know from where I will start.or may I used jquery validation plugin AngularJS form submit not working with JQuery validation how to validate form using $pristine and $dirty in angular? plunker http://plnkr.co/edit/ECLvOstUxq5tIDrYicF2?p=preview
<body ng-app="test">
<div ng-controller="TestCtrl">
<formly-form result="result" fields="formFields" options="formOptions" ng-submit="onSubmit()"></formly-form>
<br />
<!--button ng-click="okbuttonClick()">ok</button-->
{{result | json}}
</div>
</body>
can any body tell how we can validate that...