Commit 123304c56b4d1a4fdd5e7a14b351d1a100a788f9

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

fix init para que limpie bien pantalla despues de guardar

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/js/controller.js
... ... @@ -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