Skip to content

Commit

Permalink
add cn map
Browse files Browse the repository at this point in the history
  • Loading branch information
loveshell committed Oct 29, 2013
1 parent 67a1398 commit f8536b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/panels/map/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ <h6>Max <tip>Maximum countries to plot</tip></h6>
<input class="input-mini" type="number" ng-model="panel.size" ng-change="set_refresh(true)">
</div>
<div class="span1"><h6>Map</h6>
<select ng-change="$emit('render')" class="input-small" ng-model="panel.map" ng-options="f for f in ['world','europe','usa']"></select>
<select ng-change="$emit('render')" class="input-small" ng-model="panel.map" ng-options="f for f in ['world','europe','usa','cn']"></select>
</div>
</div>

0 comments on commit f8536b9

Please sign in to comment.