I have a form element created with AngularJS with a submit button within it and I would like to put this button outside of this form. How can I do that with Angular and have my
As I understand You try to do form wizzard. However you don't need multiple form element, Just use one form element at the top. For child form use ng-form directive to valiadate them seperately.
You can find detailed documentation https://docs.angularjs.org/api/ng/directive/ngForm about using ng-form
Something like this