Top "Angular-foundation" questions

Angular Components for Foundation (or angular-foundation in short) is a set of native AngularJS directives based on Foundation's markup and CSS.

Can I access a form in the controller?

I'm currently using the following. $scope.$$childHead.customerForm[firstName], so that: <form name="customerForm"> <input type="text" …

angularjs angular-foundation angularjs-forms