How can open an specific element of html file in modal with angularjs? -


i want access grid html file, select row. try open person page in modal, need access grid element page.

var modalinstance = $modal                       .open({                           size: 'lg',                           templateurl: 'person/person.html',                           controller: 'personctrl',                           resolve: {}                        }); 

how can specify element open?


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -