allmighty-autocomplete icon indicating copy to clipboard operation
allmighty-autocomplete copied to clipboard

Pass id into on-type

Open slubowsky opened this issue 8 years ago • 0 comments

To better support multiple autocompletes on one page would be great if id was passed into on-type to identify which one it's coming from. Id might simply be passed on to rest service to get appropriate data allowing 1 on-type callback to support many autocompletes.

$scope.onType($scope.searchParam, $scope.attrs.id);

slubowsky avatar Oct 23 '15 17:10 slubowsky