Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SistemaGestionAdministrativa
ModuloPersonalCliente
Commits
c82af783
Commit
c82af783
authored
Jul 21, 2016
by
D’jalmar Gutierrez Titirico
🚲
Browse files
se corrigio un caso de navegacion erronea en una lista al mostrar las unidades organizacionales
parent
c3085508
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/app/unidadesOrganizacional/editar/unidadesOrganizacional.editar.html
View file @
c82af783
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
<tr
ng-repeat-start=
"unidad in vm.unidadesOrganizacionales.rows"
ng-click=
"unidad.expanded = true;vm.obtenerOficinasCargos(unidad);"
>
<tr
ng-repeat-start=
"unidad in vm.unidadesOrganizacionales.rows"
>
<td>
{{unidad.sigla| uppercase}}
</td>
<td>
{{unidad.sigla| uppercase}}
</td>
<td>
{{unidad.nombre}}
</td>
<td>
{{unidad.nombre}}
</td>
<td
class=
"text-center"
>
<td
class=
"text-center"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment