We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f52bd commit 6494f9cCopy full SHA for 6494f9c
src/input-tags.template.html
@@ -11,7 +11,8 @@
11
</li>
12
<li class="ait-dropdown-item"
13
ng-class="{
14
- 'ait-dropdown-item--checked': item.checked
+ 'ait-dropdown-item--checked': item.checked,
15
+ 'ait-dropdown-item--last': item.data && item.data.length === 0
16
}"
17
ng-repeat="item in $ctrl.currentItem.data track by item.code"
18
ng-click="item.data && item.data.length > 0 ? $ctrl.next(item) : $ctrl.addTag(item)">
0 commit comments