Hi Stephen,

thank you for your reply! This helps already a little bit. I already have 
had the binding to a property. In theory that works, however, in practice I 
need / want a model, which are two data structures with:

"if textelementGuid is a member of structure 1 (real values) take this one, 
else take it from structure 2 (default values)."

A setter/getter in which I could access textelementGuid and all the other 
"generated parameters" of nested ng-repeats would be very helpful.

The other way would be, to somehow copy structure 2 into structure 1 in the 
beginning but then I cannot keep it in sync anymore if the default values 
change. I would have to introduce like changed flags etc. etc. which 
finally leads to a solution worse than before introducing AngularJs.

So I am still hoping there is an elegant solution to this. Anyway I try to 
implement a workaround for the moment.

-- 
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 angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to