Commit 36d15cd545790cd129bf346f30e65648d6110d54
1 parent
37887c105f
Exists in
master
and in
1 other branch
Cambiada variable let a var.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -206,7 +206,7 @@ angular.module('focaAdminSeguimiento').controller('focaAdminSeguimientoControlle |
206 | 206 | }); |
207 | 207 | } |
208 | 208 | $scope.openModal = function () { |
209 | - let parametrosModal = {}; | |
209 | + var parametrosModal = {}; | |
210 | 210 | switch ($routeParams.parametro) { |
211 | 211 | case 'nota-pedido': |
212 | 212 | parametrosModal = { |