Commit 05178cd950a4b54bbf95bb737a8fffd7f8c371d0
1 parent
fc0db6803c
Exists in
master
punto y coma
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/js/service.js
| ... | ... | @@ -29,7 +29,7 @@ angular.module('focaModal') |
| 29 | 29 | function(resultado) { |
| 30 | 30 | return resultado; |
| 31 | 31 | } |
| 32 | - ) | |
| 32 | + ); | |
| 33 | 33 | }, |
| 34 | 34 | modal: function(columnas, query, titulo) { |
| 35 | 35 | return $uibModal.open({ |
| ... | ... | @@ -46,7 +46,7 @@ angular.module('focaModal') |
| 46 | 46 | function(resultado) { |
| 47 | 47 | return resultado; |
| 48 | 48 | } |
| 49 | - ) | |
| 49 | + ); | |
| 50 | 50 | }, |
| 51 | 51 | getEntidad: function(filters, query) { |
| 52 | 52 | return $http.get(API_ENDPOINT.URL + query, {nombre: filters}); |
| ... | ... | @@ -64,7 +64,7 @@ angular.module('focaModal') |
| 64 | 64 | function(resultado) { |
| 65 | 65 | return resultado; |
| 66 | 66 | } |
| 67 | - ) | |
| 67 | + ); | |
| 68 | 68 | } |
| 69 | 69 | }; |
| 70 | 70 | } |