Initial integration of md-select in contact editor

pull/91/head
Francis Lachapelle 2015-02-25 15:06:14 -05:00
parent dc538f969e
commit 4b9eb44790
1 changed files with 3 additions and 3 deletions

View File

@ -123,9 +123,9 @@
<div class="attr" data-ng-repeat="email in card.emails">
<div class="md-layout-margin" layout="row" layout-align="space-between end">
<select class="md-select" data-ng-model="email.type" data-ng-options="type for type in allEmailTypes">
<!-- email types -->
</select>
<md-select ng-model="email.type">
<md-option ng-repeat="type in allEmailTypes" ng-value="type">{{ type }}</md-option>
</md-select>
<md-input-container>
<label class="pseudo-input-label"><var:string label:value="New Email Address"/></label>
<input type="email" data-ng-model="email.value"