Skip to content
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

Typeahead: adding custom item template #776

Merged
merged 1 commit into from
Jul 24, 2016
Merged

Typeahead: adding custom item template #776

merged 1 commit into from
Jul 24, 2016

Conversation

adrianfaciu
Copy link

@adrianfaciu adrianfaciu commented Jul 24, 2016

Adding the option to use a custom item template for the items list.
Template exposes two variables, the model and the index.

Should fix #503 and partially fix #652.

This is a first version, can make it better in time.
Do let me know if there are any changes required before merging.

@codecov-io
Copy link

Current coverage is 81.35% (diff: 100%)

Merging #776 into development will not change coverage

@@           development       #776   diff @@
=============================================
  Files               17         17          
  Lines              531        531          
  Methods            103        103          
  Messages             0          0          
  Branches            67         67          
=============================================
  Hits               432        432          
  Misses              99         99          
  Partials             0          0          

Powered by Codecov. Last update bd4cc96...2419fc1

@valorkin
Copy link
Member

awesome!

@valorkin valorkin merged commit 1356ff7 into valor-software:development Jul 24, 2016
@valorkin valorkin added this to the 1.0.25 milestone Jul 24, 2016
@adrianfaciu adrianfaciu deleted the feat/typeahead-template branch September 2, 2016 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typeahead multiple result sets, and custom templating add custom template option for typeahead
3 participants