Commit 17f57ee95ff2709d9d8e8573feee63401b3db3e7
1 parent
13e82391cc
Exists in
master
agrego informe choferes
Showing
2 changed files
with
14 additions
and
0 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -25,5 +25,15 @@ angular.module('focaInformes') |
25 | 25 | } |
26 | 26 | ); |
27 | 27 | }; |
28 | + $scope.seleccionarChoferes = function() { | |
29 | + $uibModal.open( | |
30 | + { | |
31 | + ariaLabelledBy: 'Informes de choferes', | |
32 | + templateUrl: 'modal-informe-chofer.html', | |
33 | + controller: 'focaModalInformeChoferController', | |
34 | + size: 'lg' | |
35 | + } | |
36 | + ); | |
37 | + }; | |
28 | 38 | } |
29 | 39 | ]); |