refresh list of transgressions

angular
Matt Huntington 10 years ago
parent 96493e8df4
commit 73cf692dbb

@ -38,7 +38,7 @@ app.controller('TransgressionsController', ['$http', function($http){
description: this.newTransgressionDescription description: this.newTransgressionDescription
} }
}).success(function(data){ }).success(function(data){
console.log(data); getTransgressions();
}); });
} }
}]); }]);

Loading…
Cancel
Save