Commit 478f232555f8bcaa45566949ce71015b9257e46f

Authored by Eric
1 parent 6e2db590a8
Exists in master and in 1 other branch develop

vista no disponible

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/js/controller.js
... ... @@ -36,11 +36,11 @@ angular.module('focaAutorizarHojaRuta')
36 36 }
37 37  
38 38 $scope.verNotaPedido = function(notaPedido) {
39   - focaModalService.alert('En desarrollo');
  39 + focaModalService.alert('Vista no disponible');
40 40 };
41 41  
42 42 $scope.autorizar = function() {
43   - focaModalService.alert('En Desarrollo');
  43 + focaModalService.alert('Vista no disponible');
44 44 };
45 45  
46 46 }]);