How do I submit a post on Angular? I did a test here and required to report to PK:
index.controller('EditController', function($scope, $http) {
$scope.save = function() {
var in_data = { name: $scope.Job.name, description: $scope.Job.descr...
asked by
01.05.2014 / 22:45