Showing posts with label Typeaheadjs. Show all posts
Showing posts with label Typeaheadjs. Show all posts

Wednesday, 19 September 2018

Typeahead Dropdown In AngularJS


            In this article, I would like to know you about using typeahead dropdown in angularjs application, typeahead is like a autocomplete text dropdown provided by twitter.
For this we have to install angular-typeahead from nuget package manager.
For this I had taken three dropdowns, one is for one is autocomplete without heading and another one is autocomplete with heading and other one is anutocomple with heading by getting data from webapi.
So, I had taken two projects in one solution, one is for angularjs-typeahead application and another one is for WebApi, to get the data from the Api.