Parse DB 튜토리얼 Create 2015. 11. 25. 02:07 - 티메르 DataBase/Parse DB 이 글의 ID로 URL 전환 var commentArticle = new CommentArticles; //오브젝트에서 인스턴스 생성 commentArticle.set("location", $scope.comment_article.location); //set commentArticle.set("coordinate", $scope.comment_article.coordinate); commentArticle.set("comment", $scope.comment_article.comment); commentArticle.save(null,{ //실질적 저장 success: function(commentArticle){//성공 alert('아주 자알 저장되었습니다: ' + commentArticle.id); $scope.comment_article.location =""; $scope.comment_article.coordinate =""; $scope.comment_article.comment =""; $scope.modal.hide(); $ionicLoading.hide(); //로딩을 어디다가 넣어야하나 //ajax로 추가해줘야되나...? }, error: function(commentArticle, error){//실패 allert("데이터 저장 오류발생"); $ionicLoading.hide(); } }) 공유하기 게시글 관리 Philographer 저작자표시 'DataBase > Parse DB' 카테고리의 다른 글 Parse DB 튜토리얼 Read (0) 2015.11.25 댓글 트랙백 공유 카테고리의 다른 글 일반 소셜 댓글 로드 중… 트랙백을 확인할 수 있습니다 트랙백 URL URL을 배껴둬서 트랙백을 보낼 수 있습니다 공유하려면 대상을 선택하세요 소셜 트위터 Facebook 카카오스토리 Band Naver Google+ 메시지 카카오톡 Line 기록 Pocket Evernote 카테고리의 다른 글 목록 2015.11.25 Parse DB 튜토리얼 Read 검색 다른 글 더 보기 모든 글 보기 DataBase/Parse DB 카테고리의 다른 글을 둘러봅니다 Philographer의 모든 글을 둘러봅니다