How to implement Auto Complete Text Box in App Framework Using AngularJS, Auto Complete Method gives error undefined
The following code throws an error when using AppFramework:
$scope.complete = function () {
console.log($scope.availableTags);
$("#tags").autocomplete({ source: $scope.availableTags });
};
Error autoComplete method is undefined
You can use
ng-autocomplete. I have provided a simple example as follows:You can also use Angucomplete. Find it here: http://ghiden.github.io/angucomplete-alt/