angularjs function in parent directive not getting called from transcluded html
问题 I have created a dropdown list like feature using angualrjs directive, The directive is working somewhat but not in correct way I expected. Following are the issues which I am facing. The drop-down list alignment is correct for static but not for dynamic I am not able to select any of the option list since getValue function which I have defined in the parent directive is not been invoked from the trancluded directive Can anyone please tell me some solution for this My code is as given below