$scope.users = [{username:user1},{username:user2},{username:user3}];
I have objects array, and i need to make input of search with autocomplete. I need to filter users by input symbols in input field.
$scope.users = [{username:user1},{username:user2},{username:user3}];
I have objects array, and i need to make input of search with autocomplete. I need to filter users by input symbols in input field.