GITLAB
Nicolás Guarnieri
/ foca-crear-hoja-ruta
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
9c10e5f964db63e4f85a831b9cab154244c5ed51
Authored by
Eric Fernandez
2019-01-23 13:19:35 -0300
1 parent
63836a4b97
Exists in
master
nuevo boton
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/js/service.js
Side-by-side Diff
Inline Diff
src/js/service.js
Diff comments
View file @
9c10e5f
...
...
@@ -88,6 +88,10 @@ angular.module('focaCrearHojaRuta')
88
88
{
89
89
label: 'Vehiculos precargados',
90
90
image: 'vehiculos.png'
91
+ },
92
+ {
93
+ label: 'Datos extra',
94
+ image: 'tarifario.png'
91
95
}
92
96
];
93
97
}