var error = angular.module('error', ['ngSanitize']); // Define the `PhoneListController` controller on the `phonecatApp` module // error.controller('ErrorController', function ErrorController($http, $scope, tipo, id) { error.controller('ErrorController', function ErrorController(tipo, opcion) { console.log(tipo); // $window.location.href = '/index'; // var url = '/formaDatos/'+accion+'/'+tipo+'/' // if(id!="none") // { // url+= id; // } // $http.get(url).then(function(response) { // $scope.entradas = response.data.entradas; // $scope.titulo = response.data.titulo; // $scope.accion = response.data.accion; // // $scope.selectedForm= // console.log(response.data); // }); });