Skip to content

A tool for handling website forms with Angular and Bootstrap.

Notifications You must be signed in to change notification settings

nattelog/fieldcontroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Formcontroller

A tool for handling website forms with Angular and Bootstrap.

Example

  <form name="myForm" ng-controller="formController">
    <div class="row">
      <div class="col-sm-6" nd-repeat="field in formController.getFields()">
        
      </div>
    </div>
  </form>
  
  <script type="javascript">
    function controller("formController", function($scope){
      $scope.formController = new FormController("myForm");
    });
  </script>

About

A tool for handling website forms with Angular and Bootstrap.

Resources

Stars

Watchers

Forks

Packages

No packages published