1ce82de2df6248845913aa5bdd41288a878d6553
[motion-next.git] /
1 <md-select ng-model="ngModel" class="no-margin">
2   <md-option ng-repeat="font in fonts" ng-value="font.value"
3     ><span ng-style="{'font-family': font.value}">{{font.option}}</span>
4   </md-option>
5 </md-select>