Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2015 01:02 PM
Hey Scott,
Have you looked into Angular Services? A Service within Angular is a singleton and can house an object or separate variable values. You can then pass in the service as a dependency to all your controllers. Whatever scope the submit button is running within would then have access to the Service variables to submit or any functions as well.
Hope that helps!
Jared Healy