Questions tagged [md-chip]

Angular input-chips directive following Google Material Design guidelines.

input-chips directive following Google Material Design guidelines.

References:

48 questions
0
votes
0 answers

Duplicates in a repeater error AngularJS

I am trying to get rid of an error in Angular, but I do not quite know how to approach this problem. I have a select all checkbox in AngularJS and a list of items that also have a checkbox. The idea is that the items can be checked individually or…
blaa
  • 801
  • 3
  • 16
  • 32
0
votes
1 answer

filter selected checkbox item show in angular material chips

i want to show the filter selected checkbox item in the angular material chips

Use the default chip template.

siddukt
  • 47
  • 1
  • 8
0
votes
1 answer

search query function of md-autocomplete

Angular material documentation for md-autocomplete for tags(md-chips) uses a filter function given below- //Search for vegetables. function querySearch (query) { var results = query ? self.vegetables.filter(createFilterFor(query)) :…
1 2 3
4