Hi Elias, I really appreciate your effort. The code you provided is nearly good enough for me, the only problem is that not all my workflow steps will be connected with partners (there will be other types of objects) so I need more abstraction over how the title is rendered. I managed to do this by using a function for the title: http://plnkr.co/edit/xDZxtEyP4nPNfOOEt8Ve?p=preview
Though I still have my worries about an actual case where I would have to $watch for changes in a list of objects, my current problem is solved with this solution. I learned a lot (also some unrelated stuff) from your example. Thanks! On Wednesday, January 21, 2015 at 7:19:53 AM UTC+1, Sander Elias wrote: > > Hi Adam, > > Not sure, does this plunker > <http://plnkr.co/edit/mj3ZTc1QarENvkhM371m?p=preview> answer your issue? > Or did I misread what it is you want to accomplish? > > Regards > Sander > -- 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.
