Commit 2b71bfcc2b026138849aba7ad6a0cced8c572106
Exists in
master
Merge branch 'master' into 'master'
Master See merge request !7
Showing
1 changed file
Show diff stats
src/js/service.js
... | ... | @@ -26,6 +26,7 @@ angular.module('focaBotoneraLateral') |
26 | 26 | this.botones.pathCancelar = (path) ? path : undefined; |
27 | 27 | }; |
28 | 28 | this.showGuardar = function(value, funcion) { |
29 | + angular.element('#guardar').removeClass('guardado'); | |
29 | 30 | this.botones.custom = []; |
30 | 31 | this.botones.guardar = value; |
31 | 32 | if(value) this.botones.funcionGuardar = funcion; |
... | ... | @@ -38,7 +39,6 @@ angular.module('focaBotoneraLateral') |
38 | 39 | }; |
39 | 40 | this.startGuardar = function() { |
40 | 41 | this.botones.guardando = true; |
41 | - | |
42 | 42 | }; |
43 | 43 | this.endGuardar = function(guardado) { |
44 | 44 | this.botones.guardando = false; |