Basically I have tabs based on the angularjs homepage code.
I have forms inside of each pane.
The content of the form is in the view, but the state is handled in the controller's scope.
I would like to add a button to the bottom of the pane that is a "save & continue" function.
The button needs to serialize the forms and save them with ajax, and then navigate to the next tab.
I feel like I want to expose the tab directives api, and add a method like "nextPane".
And still manage the ng-click in the controller, as the form serialization and ajax should live there.
Thoughts?
Help?
Thanks so much
resources: