This example uses <md-chips> and <md-chip>.
NOTE: Static chips cannot be selected, removed or edited, and are not part of any model.
If no ng-model is provided, there are no input elements in <md-chips>.
index.html:
<md-content ng-controller="ChipController">
&...