I have a Complex scope variable, something like the following.

$scope.ComplexVariable={
      PrimaryObjOne:{
         SecondaryOne:'',
         SecondaryTwo:''
      },
      PrimaryObjTwo:{
         SecondaryOne:'',
         SecondaryTwo:''
      }}

Is there any clean way to check if any of the properties(at the secondary 
level in my example) associated with this object were modified. Adding a 
$watch against each property would work, but I was wondering if there was a 
cleaner way to do this.

-- 
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