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
datalist is same as select, you don't put the event handler in option, you put the event handler in select or input. Also you don't use ng-click, you use ng-change for this.