Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 12314 | Rev 15457 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 12314 Rev 12315
Línea 29... Línea 29...
29
	const backendVariables= {
29
	const backendVariables= {
30
		dashboard_link: "$routeDashboard",
30
		dashboard_link: "$routeDashboard",
31
        add_link: "$routeAdd",
31
        add_link: "$routeAdd",
32
        table_link: "$routeDatatable",
32
        table_link: "$routeDatatable",
33
        googleApiKey: "$google_map_key",
33
        googleApiKey: "$google_map_key",
34
        jobCategories: $jobCategories,
34
        jobCategories: $jsonJobCategories,
35
        industries: $industries,
35
        industries: $jsonIndustries,
36
        jobDescritions: $jobDescritions, 
36
        jobDescritions: $jsonJobDescritions, 
37
        permisions: {
37
        permisions: {
38
            allowAdd: $allowAdd,
38
            allowAdd: $allowAdd,
39
            allowEdit: $allowEdit,
39
            allowEdit: $allowEdit,
40
            allowDelete: $allowDelete
40
            allowDelete: $allowDelete
41
        }
41
        }