hello 
how can i - on a click/submit
to get the form serialized by retrieving data obj from $scope 

http://plnkr.co/edit/P8QGi8NeIa4sXw19RoFp?p=preview

$scope.submit = function(obj) {
                
                var d = $scope.days;
                alert(d[0].timeIn); <--- undefined
            }

thanks

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to