Skip to content

Commit

Permalink
Map Draw: Bug fix for calculating image width
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicagood committed Aug 15, 2018
1 parent e083602 commit 474534d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/app/maps/map/map-draw.factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
'</ion-input>' +
'<ion-list>' +
'<ion-radio ng-model="unitChoice" ng-value="\'_m\'">um</ion-radio>' +
'<ion-radio ng-model="unitChoice" ng-value="\'m\'">mm</ion-radio>' +
'<ion-radio ng-model="unitChoice" ng-value="\'mm\'">mm</ion-radio>' +
'<ion-radio ng-model="unitChoice" ng-value="\'cm\'">cm</ion-radio>' +
'<ion-radio ng-model="unitChoice" ng-value="\'m\'">m</ion-radio>' +
'<ion-radio ng-model="unitChoice" ng-value="\'km\'">km</ion-radio>' +
Expand Down

0 comments on commit 474534d

Please sign in to comment.