Hi, I have used angular-ui-tree to build a organisation hierarchy. user can click on a button on each node and provision some items of that organisation. When a user clicks on a button, i open up a modal box that displays the provisioned items in a table. user can edit/delete/add item to it. when user clicks on add, i open up one more modal where he can specify value. Now on clicking ok, I provision the item by sending a http request. And fetch the updated organisation from chart and update the original tree view that is behind the modal dialog. now , even though I update the model of table of provisioned items in modal, it doesn't get reflected. Just wanted to know, is this the behaviour od modals or it can be fixed?
Regards Vadiraj -- 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.
