This commit is contained in:
xingchaowang 2015-03-17 19:15:17 +08:00
parent 36a5dd98ff
commit 67476ebab0

View file

@ -221,7 +221,6 @@
$scope.current = JSON.stringify(x, null, " ");
}
$scope.save = function (content) {
alert(content);
$http.post("/api/app", content).success(
function (response) {
$scope.lll();