Built motion from commit a9fb64cc6defd8fb3a5cc199221f878e91c0e969. Version 3.0.0...
[motion-next.git] / public / src / js / modules / core / directives / ms-font-family / ms-font-family.html / ms-font-family.html
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>