Commit 58ed9fa118386e3205f1881f55f76df865e221c5
1 parent
d2a1e020a8
Exists in
master
Espacios
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -11,14 +11,14 @@ angular.module('focaAgendarVisita') |
11 | 11 | config(); |
12 | 12 | init(); |
13 | 13 | |
14 | - function config(){ | |
14 | + function config() { | |
15 | 15 | $scope.focused = 0; |
16 | 16 | $scope.rol = 1; |
17 | 17 | $scope.visita = {}; |
18 | 18 | $scope.now = new Date(); |
19 | 19 | } |
20 | 20 | |
21 | - function init(){ | |
21 | + function init() { | |
22 | 22 | $scope.botonera = focaAgendarVisitaService.getBotonera(); |
23 | 23 | $timeout(function() { |
24 | 24 | focaBotoneraLateralService.showSalir(false); |