Commit 239063bbfe2b1bb389333eb2eea02b82470c0574

Authored by Nicolás Guarnieri
1 parent fe281b3066
Exists in master

fix de readme

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -5,7 +5,7 @@ Para ser utilizado en otro modulo debe iniciarse con este codigo ejemplo:
5 5 var modalInstance = $uibModal.open(
6 6 {
7 7 ariaLabelledBy: 'Busqueda de Productos',
8   - templateUrl: 'src/views/modal-busqueda-productos.html',
  8 + templateUrl: 'modal-busqueda-productos.html',
9 9 controller: 'modalBusquedaProductosCtrl',
10 10 size: 'md'
11 11 }