eprocApp.controller('BandoCtrl', function($scope, $http, EprocAAW, $uibModal, $timeout, $sce, $element, $filter, $location, $window, $rootScope) { $scope.getIdBando = function() { // return 25469; return $location.absUrl().split('=')[1]; }; var idBando = $scope.getIdBando(); $scope.model = {}; $scope.model.bando = {}; $scope.getDettaglioBandoPromise = {};...