angular - Updating ui modal parameter/option binding in already opened modal instance -


i have modal opening tree members coming parent controller:

$uibmodal.open({                     component: 'ps-inbox-item-details',                     animation: true,                     backdrop: 'static',                     size: 'lg',                     windowclass: 'inbox-item-modal',                     resolve: {                         item: ctrl.expandeditem,                         user: ctrl.user,                         inboxlistctrl: ctrl                     }                 }); 

is there way update members, , in particular item without closing , reopening modal?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -