From 239063bbfe2b1bb389333eb2eea02b82470c0574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s?= Date: Fri, 5 Oct 2018 13:51:18 -0300 Subject: [PATCH] fix de readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff28d22..b30abed 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Para ser utilizado en otro modulo debe iniciarse con este codigo ejemplo: var modalInstance = $uibModal.open( { ariaLabelledBy: 'Busqueda de Productos', - templateUrl: 'src/views/modal-busqueda-productos.html', + templateUrl: 'modal-busqueda-productos.html', controller: 'modalBusquedaProductosCtrl', size: 'md' } -- 1.9.1