-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-Suggest for Search Box #20
Comments
Sounds great! But unfortunately not, the app already uses Foundation. On Thu, May 28, 2015 at 5:00 PM dekelcohen [email protected] wrote:
|
Here is the main code - as a reference, if you ever decide to take it in. //youtube.js
//list.js $scope.onSuggestSelected = function ($item, $model, $label) { }; //list.html |
This looks awesome! I will totally look at getting this in. Thanks a ton! On Thu, May 28, 2015, 5:37 PM dekelcohen [email protected] wrote:
|
Hi,
I miss the youtube auto-suggest / auto-complete in searchbox. It is a must have for me.
I have some patch on old version of toogles
Can you can take bootstrap + angular bootstrap as dependency ?
Bootstrap typeahead integrates well with angular - very few changes.
The text was updated successfully, but these errors were encountered: