GITLAB
Nicolás Guarnieri
/ foca-crear-login
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Commits
Compare
Branches
1
Tags
0
Stats
Compare View
switch
from
...
to
Commits (2)
a0b90d78c
Merge branch 'master' into 'master'
...
Browse Code »
Master See merge request !7
Nicolás Guarnieri
2019-02-11 17:35:27 -0300
123304c56
fix init para que limpie bien pantalla despues de guardar
Browse Code »
Nicolás Guarnieri
2019-02-14 11:07:09 -0300
Showing
1 changed file
Show diff stats
src/js/controller.js
Side-by-side Diff
Inline Diff
src/js/controller.js
Diff comments
View file @
123304c
...
...
@@ -10,6 +10,7 @@ angular.module('focaCrearLogin')
10
10
$scope.now = new Date();
11
11
$scope.seleccionado = '';
12
12
$scope.cuentas = [];
13
+ $scope.currentPageUsuarios = [];
13
14
$scope.$broadcast('removeCabecera', {
14
15
label: 'Selección:',
15
16
valor: $scope.seleccionado