diff --git a/package.json b/package.json
index a3b3ea6..f597b27 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"gulp-pre-commit": "gulp pre-commit",
"compile": "gulp uglify",
"postinstall": "npm run compile && gulp clean-post-install",
- "install-dev": "npm install -D angular font-awesome pump jquery bootstrap ui-bootstrap4 jshint gulp gulp-uglify gulp-concat gulp-htmlmin gulp-rename gulp-uglify gulp-jshint gulp-replace gulp-connect gulp-clean gulp-angular-templatecache git+https://debo.suite.repo/modulos-npm/foca-directivas.git"
+ "install-dev": "npm install -D angular font-awesome pump jquery bootstrap ui-bootstrap4 jshint gulp gulp-uglify gulp-concat gulp-htmlmin gulp-rename gulp-uglify gulp-jshint gulp-replace gulp-connect gulp-clean gulp-angular-templatecache git+http://git.focasoftware.com/npm/foca-directivas.git"
},
"pre-commit": [
"gulp-pre-commit"
@@ -22,7 +22,7 @@
"devDependencies": {
"angular": "^1.7.5",
"bootstrap": "^4.1.3",
- "foca-directivas": "git+https://debo.suite.repo/modulos-npm/foca-directivas.git",
+ "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.2.3",
diff --git a/src/js/controller.js b/src/js/controller.js
index adcee05..c604f69 100644
--- a/src/js/controller.js
+++ b/src/js/controller.js
@@ -8,7 +8,7 @@ angular.module('focaModalCotizacion')
'idMoneda',
function($filter, $scope, $uibModalInstance, focaModalCotizacionService, idMoneda) {
focaModalCotizacionService.getCotizaciones(idMoneda).then(
- function(res) {console.log(res.data);
+ function(res) {
$scope.moneda = res.data[0];
$scope.cotizacion = res.data[0].cotizaciones;
$scope.search();
diff --git a/src/views/modal-cotizacion.html b/src/views/modal-cotizacion.html
index 0c397e8..42cd903 100644
--- a/src/views/modal-cotizacion.html
+++ b/src/views/modal-cotizacion.html
@@ -7,8 +7,8 @@
@@ -19,8 +19,8 @@
ng-click="select(cotizacion)"
>
Fecha
- Compra
- Venta
+ Compra
+ Venta