From 31d2d74a106d7f5f2aa8de695099d0034615ef4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s?= Date: Thu, 4 Oct 2018 18:21:51 -0300 Subject: [PATCH] espacion despues de coma --- index.html | 4 ++-- src/js/app.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 51b08f3..4751367 100644 --- a/index.html +++ b/index.html @@ -45,10 +45,10 @@ modalInstance.result.then( function (selectedItem) { console.info(selectedItem); - $timeout(openModal,500); + $timeout(openModal, 500); }, function () { console.info('modal-component dismissed at: ' + new Date()); - $timeout(openModal,500); + $timeout(openModal, 500); } ); } diff --git a/src/js/app.js b/src/js/app.js index e449b68..95124b6 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -1 +1 @@ -angular.module('focaBusquedaProductos', ['ui.bootstrap','focaDirectivas']); +angular.module('focaBusquedaProductos', ['ui.bootstrap', 'focaDirectivas']); -- 1.9.1