<https://lh3.googleusercontent.com/-MX2H1-Mp5o0/VwvgyLMlcNI/AAAAAAAAAYY/8IoUtgX2B8cRGlPFQNpYKLuPwJfJWsGwg/s1600/Bildschirmfoto%2B2016-04-11%2Bum%2B19.27.58.png>



I have a Parent Component which fetches a Data Collection from Service to 
render it as Navigation and a Child Component which shows a single DataSet 
by ID. Parent and Child uses same Model.

If I delete the single DataSet inside Child, the Parent Component 
recognizes Model change and throws an error, like "cannot read property 
'foo' of null".

So, how can I tell the Parent that it should fetch DataCollection from 
Service again and re-render the template once I triggered the deleteData() 
inside Child?

-- 
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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to