I have the following code in Angular:
<script>
angular.module("fluxo", ["ngRoute"]);
.factory('factCliente', ['$http', function($http) {
var _getData2 = function(id_empresa) {
return $http.post("php/index.php", id_empresa);
};...
asked by
13.11.2015 / 22:25