diff --git a/src/components/global/selector/selector.riot b/src/components/global/selector/selector.riot index d21b6a4..ef2ba6e 100644 --- a/src/components/global/selector/selector.riot +++ b/src/components/global/selector/selector.riot @@ -86,9 +86,9 @@ page: { curIndex: 0, cat: { - option1: null, - option2: null, - option3: null + option1: null, /* BTS, Licence etc... */ + option2: null, /* Service, Production etc... */ + option3: null /* Une ecole qui fait un BTS Prod par exemple */ }, name: [ "formation", @@ -96,7 +96,7 @@ "filière de formation détaillée" ], }, - data: [] + data: null /* JSON a traiter en fonction de la section choisit */ }, /** @@ -157,13 +157,13 @@ }; - Chargement... + Chargement des données...