I am working on angularjs + magento :). In magento i cannot add ng-model to every form element as these are created dynamically, and using jquery i can get submitted data using
var data = jQuery('#product_addtocart_form').serialize();
but how can i capture the submitted data in angularjs? I also had an object of related products (selected by the customers) which i will add to this data object to. Can someone help me how to achieve this? Thanks in advance, and I apologize for my poor English .