Built motion from commit b598105.|2.0.7
[motion2.git] / public / app / core / directives / ms-timezone / ms-timezone.html
1 <md-select ng-model="ngModel">
2     <md-option ng-value="null">NONE</md-option>
3     <md-option ng-repeat="(key, value) in timezone" value="{{key}}">{{value.name}} ({{value.offsetStr}})</md-option>
4 </md-select>