GITLAB
Jose Pinto
/ foca-abm-vehiculo
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
627cd1963fab7227a35d92cf62cbc8e6f02e30a5
Authored by
Jose Pinto
2019-02-07 16:18:09 -0300
1 parent
6ee3665d88
Exists in
master
fix guardar cisternas
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/service.js
Side-by-side Diff
Inline Diff
src/js/service.js
Diff comments
View file @
627cd19
...
...
@@ -31,7 +31,7 @@ angular.module('focaAbmVehiculo')
31
31
}
32
32
},
33
33
guardarCisterna: function(cisterna, idx) {
34
- if(idx !==
-1
) {
34
+ if(idx !==
'-1'
) {
35
35
//update
36
36
cisternas[idx] = cisterna;
37
37
}else {