I\'m working with AngularJS and i want to use the directive ng-click when an element of a datalist (html5) is selected.
ng-click
Here is an example of my actual
ng-click won't work on datalist options, as the click event (nor any of the keypress events) doesn't seem to be fired when using the datalist.
You will have to use your ng-change on the function input and extend that to check if the current value is also present in the datalist.
ng-change
input