Hi,
I do have a script, which lists some parent- and child-elements and which
should start a method, if one of the child-elements is double clicked.
This works on Chrome and Firefox, but doesn't work in IE or Edge:
<optgroup ng-repeat="(strParent, parents)
in parentData.parentlistList | groupBy:'strParent'" label="{{strParent}}">
<option value="{{child}}"
ng-repeat="child in parents" ng-dblclick="moveChild(child)">
{{child.name}}
</option>
</optgroup>
I tried to change the trigger - but doesn't matter if "ng-dblclick",
"ng-click" or something else. It seems that Angular never gets notified
about the event.
Other events on the same page are working as the should, even on IE.
Any ideas?
Thanks
Dirk
--
You received this message because you are subscribed to the Google Groups
"Angular and AngularJS discussion" 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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.