Last active
April 3, 2018 13:24
-
-
Save gesposito/f0818b0cfd0b3bb7327a6ab17b9e5a0f to your computer and use it in GitHub Desktop.
Revisions
-
gesposito revised this gist
Apr 3, 2018 . 1 changed file with 20 additions and 20 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,22 +1,22 @@ [ { "value": "1", "label": "Abruzzo" }, { "value": "2", "label": "Basilicata" }, { "value": "3", "label": "Calabria" }, { "value": "4", "label": "Campania" }, { "value": "5", "label": "Emilia Romagna" }, { "value": "6", "label": "Friuli Venezia Giulia" }, { "value": "7", "label": "Lazio" }, { "value": "8", "label": "Liguria" }, { "value": "9", "label": "Lombardia" }, { "value": "10", "label": "Marche" }, { "value": "11", "label": "Molise" }, { "value": "12", "label": "Piemonte" }, { "value": "13", "label": "Puglia" }, { "value": "14", "label": "Sardegna" }, { "value": "15", "label": "Sicilia" }, { "value": "16", "label": "Toscana" }, { "value": "17", "label": "Trentino Alto Adige" }, { "value": "18", "label": "Umbria" }, { "value": "19", "label": "Valle d'Aosta" }, { "value": "20", "label": "Veneto" } ] -
gesposito created this gist
Apr 3, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ [ { value: "1", label: "Abruzzo" }, { value: "2", label: "Basilicata" }, { value: "3", label: "Calabria" }, { value: "4", label: "Campania" }, { value: "5", label: "Emilia Romagna" }, { value: "6", label: "Friuli Venezia Giulia" }, { value: "7", label: "Lazio" }, { value: "8", label: "Liguria" }, { value: "9", label: "Lombardia" }, { value: "10", label: "Marche" }, { value: "11", label: "Molise" }, { value: "12", label: "Piemonte" }, { value: "13", label: "Puglia" }, { value: "14", label: "Sardegna" }, { value: "15", label: "Sicilia" }, { value: "16", label: "Toscana" }, { value: "17", label: "Trentino Alto Adige" }, { value: "18", label: "Umbria" }, { value: "19", label: "Valle d'Aosta" }, { value: "20", label: "Veneto" } ]