This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add Chips component #74
Comments
what about the action for the
<material-chips>
<material-chip ng-repeat="contact in contacts" active="contact.selected">
<img ng-src="{{contact.img}}">
<h2>{{contact.name}}</h2>
<p>{{contact.email}}</p>
<md-icon class="md-chip-action" md-svg-icon="icon" ng-click="action($index)"><md-icon>
</material-chip>
</material-chips>
<material-chips>
<material-chip ng-repeat="contact in contacts" active="contact.selected"
material-chip-action="action($index)">
<img ng-src="{{contact.img}}">
<h2>{{contact.name}}</h2>
<p>{{contact.email}}</p>
</material-chip>
</material-chips> What do you think @ajoslin ? |
when you delete a item its not the item that is deleted. example: Basic usage |
Along the same lines (not making a new issue since this one is still open): If you re-enter an existing chip, all further chips entered after it will not show up until that chip is deleted.
|
nice works like a charm ! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Specification: Chips
Considerations:
active
true will be rendered.The text was updated successfully, but these errors were encountered: