Commit e7d8fed5abf165af754e289e336c58e7a243b394

Authored by Jose Pinto
1 parent b8e46ff300
Exists in master

ok urls templates modales

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
src/js/controller.js
... ... @@ -19,7 +19,7 @@ angular.module('focaInformes')
19 19 $uibModal.open(
20 20 {
21 21 ariaLabelledBy: 'Informes de hojas de ruta',
22   - templateUrl: 'modal-informe-hoja-ruta.html',
  22 + templateUrl: 'informe-hoja-ruta.html',
23 23 controller: 'focaModalInformeHojaRutaController',
24 24 size: 'lg'
25 25 }
... ... @@ -29,7 +29,7 @@ angular.module('focaInformes')
29 29 $uibModal.open(
30 30 {
31 31 ariaLabelledBy: 'Informes de choferes',
32   - templateUrl: 'modal-informe-chofer.html',
  32 + templateUrl: 'informe-chofer.html',
33 33 controller: 'focaModalInformeChoferController',
34 34 size: 'lg'
35 35 }
... ... @@ -39,7 +39,7 @@ angular.module('focaInformes')
39 39 $uibModal.open(
40 40 {
41 41 ariaLabelledBy: 'Informes de litros por km recorridos por unidad de reparto',
42   - templateUrl: 'modal-informe-litros-km-unidad.html',
  42 + templateUrl: 'informe-litros-km-unidad.html',
43 43 controller: 'focaModalInformeLitrosKmUnidadController',
44 44 size: 'lg'
45 45 }
... ... @@ -49,7 +49,7 @@ angular.module('focaInformes')
49 49 $uibModal.open(
50 50 {
51 51 ariaLabelledBy: 'Informe general por unidad de reparto',
52   - templateUrl: 'modal-informe-general-unidad.html',
  52 + templateUrl: 'informe-general-unidad.html',
53 53 controller: 'focaModalInformeGeneralUnidadController',
54 54 size: 'lg'
55 55 }