function getCircunscripciones() {
    $http.get('circunscripcions')
      .success( function(data){
        $scope.circunscripcions = data;
      })