Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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...

share|improve this question
    
I recommend you learn how validation works in angular first –  pixelbits 2 days ago
    
I lear around 3 or 4 tutorial..But i am able to add validation in static form.but fail when it gereneated dynamically –  user3703527 2 days ago
    
like here is my plunker plnkr.co/edit/ECLvOstUxq5tIDrYicF2?p=preview –  user3703527 2 days ago
    
please check I make a from dynamically but now problem is validation –  user3703527 2 days ago
    
@pixelbits do you have any idea –  user3703527 2 days ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.