terranodo/angular-search

View on GitHub
app/components/keyword/keyword.tpl.html

Summary

Maintainability
Test Coverage
<div class="md-chips">
    <span>{{tag}}</span>
    <button ng-click="removefn({keyword: tag})" ng-if="removeTag">&times;</button>
</div>